Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FAnimNode_SequencePlayerBase
- FAnimNode_Base::GatherDebugData()
- FAnimNode_SequencePlayerBase::GatherDebugData()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_SequencePlayer.h |
| Include | #include "Animation/AnimNode_SequencePlayer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNode_SequencePlayer.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 |