Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_AssetPlayerBase
- UAnimGraphNode_PoseByName
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_PoseByName.h |
| Include | #include "AnimGraphNode_PoseByName.h" |
Syntax
class UAnimGraphNode_PoseByName : public UAnimGraphNode_AssetPlayerBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_PoseByName | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_PoseByName
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAnimGraphNode_AssetPlayerBase
| Type | Name | Description | |
|---|---|---|---|
| void | SetAnimationAsset
(
UAnimationAsset* Asset |
Virtual void GetMenuActions(FBlueprintActionDatabaseRegistrar& ActionRegistrar) const override; |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| bool | Interface to support transition getter. | ||
| void | GetAllAnimationSequencesReferred
(
TArray< UAnimationAsset* >& AnimAssets |
Populate the supplied arrays with the currently reffered to animation assets. | |
| UAnimationAsset * | |||
| void | ReplaceReferredAnimations
(
const TMap< UAnimationAsset*, UAnimationAsset* >& AnimAssetReplacementMap |
Replace references to animations that exist in the supplied maps. | |
| EAnimAssetHandlerType | SupportsAssetClass
(
const UClass* AssetClass |
Returns whether this node supports the supplied asset class | |
| void | ValidateAnimNodeDuringCompilation
(
USkeleton* ForSkeleton, |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| void | Called before compilation begins, giving a blueprint time to force the linker to load data |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
Gets a list of actions that can be done to this particular node | |
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FText | Gets the tooltip to display when over the node |