Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Animation > FAnimNode_Root
- FAnimNode_Base::GatherDebugData()
- FAnimNode_Root::GatherDebugData()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_Root.h |
Include | #include "Animation/AnimNode_Root.h" |
Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNode_Root.cpp |
virtual void GatherDebugData
&40;
FNodeDebugData & DebugData
&41;
Remarks
Called to gather on-screen debug data. This is called on the game thread.
Parameters
Name | Description |
---|---|
DebugData | Debug data structure used to output any relevant data |