تصویر آواتار

My Account

تصویر
تصویر

دانلود Variable Access Library

نکات مهم توجه فرمایید
  1. میتوانید برای دانلود بر روی دیسک سخت از بخش مربوطه اقدام به خرید دیتا بر روی دیسک نمایید و پست مورد نظر خود را بالینک مربوطه ارسال تا بر روی دیسک محتوی برای شما ارسال شود.
  2. برای پشتیبانی از سازنده محصول در زمان استفاده تجاری و موفقیت بیشتر لایسنس مرتبط را با فشردن کلید منبع اصلی تهیه نمایید.
  3. در صورت نیاز به پلاگین یا مدل , قالب , افزونه مورد نظر آن را در قسمت مربوطه درخواست دهید تا در سایت قرار بگیرد

دانلود پلایگن ها و مدل های سه بعدی آنریل انجین و یونیتی

download unreal engine and unity plugin and 3d model

pssbox
pssbox

pssbox mega download site

دسته بندی ها ,

عنوان محصول

Variable Access Library

Variable Access Library

توضیحات سازنده در خصوص این پلاگین

اطللاعات کوتاه مرتبط با محصول :

Variable Access LibraryPixeltale Motion - Code Plugins - May 10, 2021145 out of 5 stars(14 ratings)100See 14 written reviews14 reviews written31 of 32 questions answeredEasily access variables and functions of any object by their name in a modular and performant way, using soft references$14.99Sign in to BuySupported PlatformsSupported Engine Versions4.25 - 4.27, 5.0 - 5.2Download TypeEngine PluginThis product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

 مشخصات و سازگاری و امکانات در بخش پائین در دسترس است :

Variable Access Library

5

Premium Users

code

-> Updates

Member Plans

Create Date :

May 10, 2021

VERSION :

Undefined

FILE SIZE : 39

Megabytes

دانلود فقط برای اعضای با سطح دسترسی زیر امکان پذیر است. (برای باز کردن لینک ها روی باکس دانلود زیر کلیک کنید)

---Premium Users---

در برخی موارد لینک های دانلود رایگان هستند و در مواردی نیاز به خرید اشتراک دانلود در پلن های مختلف دارید. لطفا به پلن مورد نیاز برای دانلود در قسمت بالا توجه کنید و طرح مورد نیاز خود را خریداری نمایید. توجه داشته باشید که با کلیک بر روی لینک مقابل صفحه دانلود باز می شود و پس از خرید اشتراک می توانید دانلود کنید

Easily access variables and functions of any object by their name in a modular and performant way, using soft references
Variable Access Library

Variable Access Library

5.2 Support is now live!

 

This plugin is still in development and gets extended with each update, therefore the price will change as much more functions get added to the plugin.

 

Documentation

 

DESCRIPTION

 

Variable Access Library will improve your blueprinting workflow by allowing you to create a widely modular coding structure, reducing your code to a minimum, and making it look cleaner and more organized.

All hard reference calls via “Cast To” can be replaced with this library using soft references which result in a way more performant code and lower RAM usage. Level load times will be way shorter than with hard references.

 

With an evergrowing library of functions, you can GET/SET variables of the supported types of any object simply by name (soft reference), but also Get All Variable Names of a Target, Execute Functions by name, and much more.

To help to debug, the plugin allows you to print error messages to the log and/or screen (which can be toggled in the project settings), with all the needed information so you can find missing references faster.

 

All functions are widely accessible (in C++ and blueprint)and support also replicated variables and RPC events.

 

 

LATEST UPDATE

 

V 1.7.2 UE5.2 Update (version in review, expected June 29th , 2023):

 

 

 

V 1.7.1 UE5.1 Update (current version, released Dec 06th, 2022):

 

  • Fix UE5 float support (UE5 floats are now double, so they needed an update to function again)
  • Add Gameplay Tag & Gameplay Tag Container Support
  • Clean up Impure C++ script, to inherit all functions from Getters C++ File
  • Update API to remove compile Warnings

 

 

COMING UPDATE

 

 

V 1.8 WORKFLOW UPDATE (End December 2022) :

  • Get Variable Type by prefix (add a prefix like f. or b. to get the specific variable type)
  • added UMG Variable Types Support (Widget Elements, Textures)
  • Improve Array & Map Support (add new functions)
  • Get All Variables Name of Type
  • Extended Macro Library
  • Add Double Support (important for UE5 Floats)
  • Complete Documentation and Sample Videos
  • Find Material/Static Mesh by Name in Content Browser
  • Add Data Asset Support

 

 

PRIOR UPDATES

V 1.7 GET FUNCTION UPDATE (current version, released Feb 12th, 2022):

 

-Get Defined Object, Actor & Widget by Name (this allows you to get a variable value of custom classes with a class reference)

-Get All Functions by Target

-Exec Function by name

V 1.6 GET VAR NAMES UPDATE (released Jan 18th, 2022):

THIS UPDATE REMOVED SOME DUPLICATE FUNCTIONS, THE SAME FUNCTIONS STILL EXIST JUST IN A DIFFERENT CLASS; DOUBLE-CHECK TO ENSURE YOUR CODE WORKS, AND RECOMPILE ALL CODE!!!

 

-remove unused function library class

-Get All Variable Names

-Easy Transform Functions

  • Set Location of Transform
  • Set Rotation of Transform
  • Set Scale of Transform

-added DataTable Support

 

V 1.5 MAP VARIABLE SUPPORT UPDATE (released October 10th, 2021):

 

-added Wildcard Map Support

-added Impure Getter Function

-reorganize code by adding 4 classes (Getters, Setters, General, Impure) for cleaner code structure and easier additions

 

V 1.4 WILDCARD ARRAY UPDATE (released September 20th, 2021):

 

– added Get & Set Wildcard Array Support for all common variable types (structs are excluded and require their own function)

-> Remove & Add may not be required and can be accessed with the get function that’s why I skipped them. let me know if they are required

– Support 4.27

 

 

V 1.3 EASIER DEBUG UPDATE ( released July 10th, 2021):

 

-added Plugin Settings in Project Settings>Plugins>VariableAccess

  • added 2 bools to enable/disable Print to Log or Print to Screen for all functions

-added PrintLog/PrintScreen functions for easier debugging (displaying the Actor the function is triggered from and/or the name of the variable which couldn’t be found)

 

 

V 1.2 EVEN MORE VARIABLE SUPPORT UPDATE (released May 28th, 2021):

-10 new functions supporting new variable types:

  • Int64
  • Objects
  • Vector 2d
  • IntPoint
  • IntVector

 

-Updating API to new API for 4.25+ (will remove warnings if compiled by source)

 

V 1.1 MORE VARIABLE SUPPORT UPDATE (Released May 13th, 2021):

12 new functions supporting new variable types:

  • Name
  • Text
  • String
  • Rotator
  • Transform
  • LinearColor

1 دیدگاه برای Variable Access Library

Quality

100%

Price

100%

Service

100%

Reviewed by 01 customer(s)

Sort by

  • Jennie

    مهر 10, 1402
    Verified Review

    Share on

    Helpful?

    • ReviewX shop icon

      PSSBOX مرجع دانلود پلاگین و مدل سه بعدی آنریل انجین و یونیتی

      مهر 10, 1402

      Thank you so much for taking the time to leave us a 5-star rating – it’s much appreciated!

Relate Product

This is Random Product Show.

Wordaizer 5.0 Build.141
قیمت اصلی تومان ۱ بود.قیمت فعلی تومان ۰ است.
Vizoo3D xTex 2.3.3 Win.x64
قیمت اصلی تومان ۱ بود.قیمت فعلی تومان ۰ است.