Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FAnimNode_StateMachine
- FAnimNode_Base::GatherDebugData()
- FAnimNode_StateMachine::GatherDebugData()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_StateMachine.h |
| Include | #include "Animation/AnimNode_StateMachine.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNode_StateMachine.cpp |
virtual void GatherDebugData
(
FNodeDebugData & DebugData
)
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 |