Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UAnimGraphNode_LookAt |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_LookAt.h |
| Include Path | #include "AnimGraphNode_LookAt.h" |
Syntax
UCLASS (MinimalAPI, Meta=(Keywords="Look At, Follow, Trace, Track"))
class UAnimGraphNode_LookAt : public UAnimGraphNode_SkeletalControlBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_SkeletalControlBase → UAnimGraphNode_LookAt
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_LookAt
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_LookAt.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_LookAt | AnimGraphNode_LookAt.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedNodeTitles | FNodeTitleTextTable | Constructing FText strings can be costly, so we cache the node's title | AnimGraphNode_LookAt.h |
Functions
Public
Overridden from UAnimGraphNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Draw
(
FPrimitiveDrawInterface* PDI, |
Draw function for supporting visualization. | AnimGraphNode_LookAt.h | |
virtual FEditorModeID GetEditorMode() |
Override this function to push an editor mode when this node is selected | AnimGraphNode_LookAt.h | |
virtual void GetOnScreenDebugInfo
(
TArray< FText >& DebugInfo, |
Function to collect strings from nodes to display in the viewport. | AnimGraphNode_LookAt.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
AnimGraphNode_LookAt.h | ||
virtual FText GetTooltipText() |
AnimGraphNode_LookAt.h |
Protected
Overridden from UAnimGraphNode_SkeletalControlBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetControllerDescription() |
Returns the short descriptive name of the controller. | AnimGraphNode_LookAt.h | |
virtual const FAnimNode_SkeletalControlBase * GetNode() |
AnimGraphNode_LookAt.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Serialize
(
FArchive& Ar |
AnimGraphNode_LookAt.h |