Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UAnimGraphNode_BlendSpacePlayer |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendSpacePlayer.h |
| Include Path | #include "AnimGraphNode_BlendSpacePlayer.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_BlendSpacePlayer : public UAnimGraphNode_BlendSpaceBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_AssetPlayerBase → UAnimGraphNode_BlendSpaceBase → UAnimGraphNode_BlendSpacePlayer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_BlendSpacePlayer
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_BlendSpacePlayer.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_BlendSpacePlayer | AnimGraphNode_BlendSpacePlayer.h |
|
Functions
Public
Overridden from UAnimGraphNode_AssetPlayerBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual 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. | AnimGraphNode_BlendSpacePlayer.h | |
virtual void SetAnimationAsset
(
UAnimationAsset* Asset |
AnimGraphNode_BlendSpacePlayer.h |
Overridden from UAnimGraphNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BakeDataDuringCompilation
(
FCompilerResultsLog& MessageLog |
Gives each visual node a chance to update the node template before it is inserted in the compiled class. | AnimGraphNode_BlendSpacePlayer.h | |
virtual bool DoesSupportTimeForTransitionGetter() |
BEGIN Interface to support transition getter if you return true for DoesSupportExposeTimeForTransitionGetter you should implement all below functions | AnimGraphNode_BlendSpacePlayer.h | |
virtual void GetAllAnimationSequencesReferred
(
TArray< UAnimationAsset* >& AnimAssets |
Populate the supplied arrays with the currently reffered to animation assets. | AnimGraphNode_BlendSpacePlayer.h | |
virtual UAnimationAsset * GetAnimationAsset() |
AnimGraphNode_BlendSpacePlayer.h | ||
virtual const TCHAR * GetTimePropertyName() |
AnimGraphNode_BlendSpacePlayer.h | ||
virtual UScriptStruct * GetTimePropertyStruct() |
AnimGraphNode_BlendSpacePlayer.h | ||
virtual void OnOverrideAssets
(
IAnimBlueprintNodeOverrideAssetsContext& InContext |
Override point for OverrideAssets. | AnimGraphNode_BlendSpacePlayer.h | |
virtual void ReplaceReferredAnimations
(
const TMap< UAnimationAsset*, UAnimationAsset* >& AnimAssetReplacementMap |
Replace references to animations that exist in the supplied maps | AnimGraphNode_BlendSpacePlayer.h | |
virtual EAnimAssetHandlerType SupportsAssetClass
(
const UClass* AssetClass |
Returns whether this node supports the supplied asset class | AnimGraphNode_BlendSpacePlayer.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_BlendSpacePlayer.h |
Overridden from UK2Node
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
AnimGraphNode_BlendSpacePlayer.h | ||
virtual FBlueprintNodeSignature GetSignature() |
AnimGraphNode_BlendSpacePlayer.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetNodeContextMenuActions
(
UToolMenu* Menu, |
AnimGraphNode_BlendSpacePlayer.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
AnimGraphNode_BlendSpacePlayer.h |