Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_AssetPlayerBase
- UAnimGraphNode_BlendSpaceBase
- UAnimGraphNode_BlendSpacePlayer
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendSpacePlayer.h |
| Include | #include "AnimGraphNode_BlendSpacePlayer.h" |
Syntax
class UAnimGraphNode_BlendSpacePlayer : public UAnimGraphNode_BlendSpaceBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_BlendSpacePlayer | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_BlendSpacePlayer
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAnimGraphNode_AssetPlayerBase
| Type | Name | Description | |
|---|---|---|---|
| void | CopySettingsFromAnimationAsset
(
UAnimationAsset* Asset |
Override this to copy any relevant settings from the animation asset used when creating a node with a drag/drop operation. | |
| void | SetAnimationAsset
(
UAnimationAsset* Asset |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | BakeDataDuringCompilation
(
FCompilerResultsLog& MessageLog |
Gives each visual node a chance to update the node template before it is inserted in the compiled class. | |
| bool | BEGIN Interface to support transition getter if you return true for DoesSupportExposeTimeForTransitionGetter you should implement all below functions | ||
| void | GetAllAnimationSequencesReferred
(
TArray< UAnimationAsset* >& AnimAssets |
Populate the supplied arrays with the currently reffered to animation assets. | |
| UAnimationAsset * | |||
| const TCHAR * | |||
| UScriptStruct * | |||
| void | OnOverrideAssets
(
IAnimBlueprintNodeOverrideAssetsContext& InContext |
Override point for OverrideAssets. | |
| 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(). | |
| FBlueprintNodeSignature | GetSignature () |
Retrieves a unique identifier for this node type. |
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 |