Navigation
Unreal Engine C++ API Reference > Runtime > AnimGraphRuntime > AnimNodes > FAnimNode_PoseByName
- FAnimNode_Base::GatherDebugData()
- FAnimNode_PoseHandler::GatherDebugData()
- FAnimNode_PoseByName::GatherDebugData()
References
Module | AnimGraphRuntime |
Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_PoseByName.h |
Include | #include "AnimNodes/AnimNode_PoseByName.h" |
Source | /Engine/Source/Runtime/AnimGraphRuntime/Private/AnimNodes/AnimNode_PoseByName.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 |