Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimNodeData
Description
Get the specified mutable data for the specified instance. If the data is not held on the instance this will return nullptr.
| Name | GetInstanceData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimNodeData.h |
| Include Path | #include "Animation/AnimNodeData.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNodeData.cpp |
void * GetInstanceData
(
UE::Anim::FNodeDataId InId,
FAnimNode_Base * InNode,
UObject * InCurrentObject
) const