Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UAnimGraphNode_AimOffsetLookAt |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_AimOffsetLookAt.h |
| Include Path | #include "AnimGraphNode_AimOffsetLookAt.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=Coordinates)
class UAnimGraphNode_AimOffsetLookAt : public UAnimGraphNode_BlendSpaceBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_AssetPlayerBase → UAnimGraphNode_BlendSpaceBase → UAnimGraphNode_AimOffsetLookAt
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_AimOffsetLookAt
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_AimOffsetLookAt.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_AimOffsetLookAt | AnimGraphNode_AimOffsetLookAt.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_AimOffsetLookAt.h |
Functions
Public
Overridden from UAnimGraphNode_AssetPlayerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetAnimationAsset
(
UAnimationAsset* Asset |
AnimGraphNode_AimOffsetLookAt.h |
Overridden from UAnimGraphNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizePinData
(
UEdGraphPin* Pin, |
Customize pin data based on the input | AnimGraphNode_AimOffsetLookAt.h | |
virtual void GetAllAnimationSequencesReferred
(
TArray< UAnimationAsset* >& AnimAssets |
Populate the supplied arrays with the currently reffered to animation assets. | AnimGraphNode_AimOffsetLookAt.h | |
virtual UAnimationAsset * GetAnimationAsset() |
AnimGraphNode_AimOffsetLookAt.h | ||
virtual void ReplaceReferredAnimations
(
const TMap< UAnimationAsset*, UAnimationAsset* >& AnimAssetReplacementMap |
Replace references to animations that exist in the supplied maps | AnimGraphNode_AimOffsetLookAt.h | |
virtual void ValidateAnimNodeDuringCompilation
(
USkeleton* ForSkeleton, |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. | AnimGraphNode_AimOffsetLookAt.h |
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
AnimGraphNode_AimOffsetLookAt.h | ||
virtual FBlueprintNodeSignature GetSignature() |
AnimGraphNode_AimOffsetLookAt.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetNodeContextMenuActions
(
UToolMenu* Menu, |
AnimGraphNode_AimOffsetLookAt.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
AnimGraphNode_AimOffsetLookAt.h | ||
virtual FText GetTooltipText() |
AnimGraphNode_AimOffsetLookAt.h |