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