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