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