UAnimGraphNode_BlendSpaceEvaluator

Unreal Engine C++ API Reference > Editor > AnimGraph

Inheritance Hierarchy

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendSpaceEvaluator.h
Include #include "AnimGraphNode_BlendSpaceEvaluator.h"

Syntax

class UAnimGraphNode_BlendSpaceEvaluator : public [UAnimGraphNode_BlendSpaceBase](API\Editor\AnimGraph\UAnimGraphNode_BlendSpaceBase)  

Variables

Type Name Description
FAnimNode_Blend... Node  

Constructors

Type Name Description
  UAnimGraphNode_BlendSpaceEvaluator ( const FObjectInitializer& ObjectIn... )  

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 DoesSupportTimeForTransitionGetter () Interface to support transition getter.
UAnimationAs... GetAnimationAsset ()  
const TCHAR ... GetTimePropertyName ()  
UScriptStruc... GetTimePropertyStruct ()  
void OnOverrideAssets ( IAnimBlueprintNodeOverrideAssetsCon... ) Override point for OverrideAssets.
EAnimAssetHa... SupportsAssetClass ( const UClass* AssetClass ) Returns whether this node supports the supplied asset class
void ValidateAnimNodeDuringCompilation ( USkeleton* ForSkeleton, FCompilerResultsLog& MessageLog ) 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&... ) Replacement for GetMenuEntries().

Overridden from UEdGraphNode

Type Name Description
void GetNodeContextMenuActions ( UToolMenu* Menu, UGraphNodeContextMenuContext* ... ) 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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library