Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimNodeData
Description
Get the specified mutable data for the specified instance. The data may or may not reside on an anim instance itself as it may have been folded into constants. Only available in editor to support patching constant data during compilation. Not for use at runtime.
| Name | GetMutableData |
| 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 * GetMutableData
(
UE::Anim::FNodeDataId InId,
FAnimNode_Base * InNode,
UObject * InCurrentObject
) const