Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUAFWeakSystemReference
Description
Set the value of the specified variable. Note: Sets the proxy variables that will be deferred-transferred to the system on its next ExecuteBindings_WT call. Can be called on any thread.
| Name | SetVariable |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/Module/UAFWeakSystemReference.h |
| Include Path | #include "Module/UAFWeakSystemReference.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/Module/UAFWeakSystemReference.cpp |
EPropertyBagResult SetVariable
(
const FAnimNextVariableReference & InVariable,
const FAnimNextParamType & InType,
TConstArrayView< uint8 > InData
) const
see EPropertyBagResult
Parameters
| Name | Remarks |
|---|---|
| InVariable | The variable we want to set |
| InType | The type of the variable we want to set |
| InData | The data to set the variable with |