Navigation
API > API/Plugins > API/Plugins/UAFUncookedOnly
| Name | IAnimNextRigVMVariableInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFUncookedOnly/Public/Variables/IAnimNextRigVMVariableInterface.h |
| Include Path | #include "Variables/IAnimNextRigVMVariableInterface.h" |
Syntax
class IAnimNextRigVMVariableInterface
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ValueName | const FLazyName | The name of the value property in the internal property bag. | Variables/IAnimNextRigVMVariableInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstStructView< FAnimNextVariableBindingData > GetBinding() |
Get the binding for this variable, if any. | Variables/IAnimNextRigVMVariableInterface.h | |
bool GetDefaultValue
(
const FProperty*& OutProperty, |
Variables/IAnimNextRigVMVariableInterface.h | ||
bool GetDefaultValueString
(
FString& OutValueString |
Variables/IAnimNextRigVMVariableInterface.h | ||
FInstancedPropertyBag & GetMutablePropertyBag() |
Access the mutable backing storage property bag for the parameter. | Variables/IAnimNextRigVMVariableInterface.h | |
const FInstancedPropertyBag & GetPropertyBag() |
Access the backing storage property bag for the parameter. | Variables/IAnimNextRigVMVariableInterface.h | |
FAnimNextParamType GetType() |
Get the variable type. | Variables/IAnimNextRigVMVariableInterface.h | |
const uint8 * GetValuePtr() |
Access the memory for the internal value. | Variables/IAnimNextRigVMVariableInterface.h | |
FStringView GetVariableCategory() |
Get the category for this variable, empty string if none assigned. | Variables/IAnimNextRigVMVariableInterface.h | |
FName GetVariableName() |
Get the variable name. | Variables/IAnimNextRigVMVariableInterface.h | |
void SetBinding
(
TInstancedStruct< FAnimNextVariableBindingData >&& InBinding, |
Set the binding for this variable. | Variables/IAnimNextRigVMVariableInterface.h | |
void SetBindingType
(
UScriptStruct* InBindingTypeStruct, |
Set the binding type for this variable (initializes it to default if the struct type is valid) | Variables/IAnimNextRigVMVariableInterface.h | |
bool SetDefaultValue
(
TConstArrayView< uint8 > InValue, |
Set the default value. | Variables/IAnimNextRigVMVariableInterface.h | |
bool SetDefaultValueFromString
(
const FString& InDefaultValue, |
Set the default value from a string. | Variables/IAnimNextRigVMVariableInterface.h | |
bool SetType
(
const FAnimNextParamType& InType, |
Set the variable type. | Variables/IAnimNextRigVMVariableInterface.h | |
void SetVariableCategory
(
FStringView InCategoryName, |
Set the category for this variable. | Variables/IAnimNextRigVMVariableInterface.h | |
void SetVariableName
(
FName InName, |
Set the variable name. | Variables/IAnimNextRigVMVariableInterface.h |