Navigation
API > API/Plugins > API/Plugins/AnimNext > API/Plugins/AnimNext/DataInterface > API/Plugins/AnimNext/DataInterface/FAnimNextDataInterfaceInstance
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/DataInterface/AnimNextDataInterfaceInstance.h |
| Include | #include "DataInterface/AnimNextDataInterfaceInstance.h" |
| Source | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Private/DataInterface/AnimNextDataInterfaceInstance.cpp |
uint8 * GetMemoryForVariable
(
int32 InVariableIndex,
FName InVariableName,
const FProperty * InVariableProperty
) const
Remarks
Helper function used for bindings Get the memory for the supplied variable, at the specified index
Parameters
| Name | Description |
|---|---|
| InVariableIndex | The index into the data interface of the variable |
| InVariableName | The name of the variable |
| InVariableProperty | The property of the variable |