Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FUAFAssetInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPropertyBagResult SetVariable
(
const FAnimNextVariableReference& InVariable, |
Set a variable's value given a reference. | UAFAssetInstance.h | |
EPropertyBagResult SetVariable
(
const FAnimNextVariableReference& InVariable, |
Set a variable's value given a reference. | UAFAssetInstance.h |
SetVariable(const FAnimNextVariableReference &, const ValueType &)
Description
Set a variable's value given a reference. If the type does not match exactly then a conversion will be attempted.
| Name | SetVariable |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFAssetInstance.h |
| Include Path | #include "UAFAssetInstance.h" |
template<typename ValueType>
EPropertyBagResult SetVariable
(
const FAnimNextVariableReference & InVariable,
const ValueType & InNewValue
) const
see EPropertyBagResult
Parameters
| Name | Remarks |
|---|---|
| InVariable | The variable to set the value of |
| InNewValue | The value to set the variable to |
SetVariable(const FAnimNextVariableReference &, const FAnimNextParamType &, TConstArrayView< uint8 >)
Description
Set a variable's value given a reference. If the type does not match exactly then a conversion will be attempted.
| Name | SetVariable |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/UAFAssetInstance.h |
| Include Path | #include "UAFAssetInstance.h" |
EPropertyBagResult SetVariable
(
const FAnimNextVariableReference & InVariable,
const FAnimNextParamType & InType,
TConstArrayView< uint8 > InNewValue
) const
see EPropertyBagResult
Parameters
| Name | Remarks |
|---|---|
| InVariable | The variable to set the value of |
| InType | The type of the variable |
| InNewValue | The value to set the variable to |