Navigation
API > API/Plugins > API/Plugins/AnimNextUncookedOnly > API/Plugins/AnimNextUncookedOnly/Variables
References
| Module | AnimNextUncookedOnly |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNextUncookedOnly/Public/Variables/IAnimNextRigVMVariableInterface.h |
| Include | #include "Variables/IAnimNextRigVMVariableInterface.h" |
Syntax
class IAnimNextRigVMVariableInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| TConstStructView< FAnimNextVariableBindingData > | GetBinding () |
Get the binding for this variable, if any. | |
| bool | GetDefaultValue
(
const FProperty*& OutProperty, |
||
| FInstancedPropertyBag & | Access the mutable backing storage property bag for the parameter. | ||
| const FInstancedPropertyBag & | Access the backing storage property bag for the parameter. | ||
| FAnimNextParamType | GetType () |
Get the variable type. | |
| const uint8 * | GetValuePtr () |
Access the memory for the internal value. | |
| FName | Get the variable name. | ||
| void | SetBindingType
(
UScriptStruct* InBindingTypeStruct, |
Set the binding type for this variable. | |
| bool | SetDefaultValue
(
TConstArrayView< uint8 > InValue, |
Set the default value. | |
| bool | SetDefaultValueFromString
(
const FString& InDefaultValue, |
Set the default value from a string. | |
| bool | SetType
(
const FAnimNextParamType& InType, |
Set the variable type. | |
| void | SetVariableName
(
FName InName, |
Set the variable name. |
Constants
| Name | Description |
|---|---|
| ValueName | The name of the value property in the internal property bag. |