Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
Description
Function to collect strings from nodes to display in the viewport. Use this rather than DrawCanvas when adding general text to the viewport.
Derived Overrides
| Name | GetOnScreenDebugInfo |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include Path | #include "AnimGraphNode_Base.h" |
virtual void GetOnScreenDebugInfo
(
TArray < FText > & DebugInfo,
FAnimNode_Base * RuntimeAnimNode,
USkeletalMeshComponent * PreviewSkelMeshComp
) const