FAnimNode_IKRig::GatherDebugData

Called to gather on-screen debug data. This is called on the game thread.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FAnimNode_Base::GatherDebugData()

FAnimNode_IKRig::GatherDebugData()

References

Module

IKRig

Header

/Engine/Plugins/Animation/IKRig/Source/IKRig/Public/AnimNodes/AnimNode_IKRig.h

Include

#include "AnimNodes/AnimNode_IKRig.h"

Source

/Engine/Plugins/Animation/IKRig/Source/IKRig/Private/AnimNodes/AnimNode_IKRig.cpp

Syntax

virtual void GatherDebugData
(
    FNodeDebugData & DebugData
)

Remarks

Called to gather on-screen debug data. This is called on the game thread.

Parameters

Parameter

Description

DebugData

Debug data structure used to output any relevant data