Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_AssetPlayerBase
- UAnimGraphNode_BlendSpaceBase
- UAnimGraphNode_BlendSpaceEvaluator
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendSpaceEvaluator.h |
| Include | #include "AnimGraphNode_BlendSpaceEvaluator.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_BlendSpaceEvaluator : public UAnimGraphNode_BlendSpaceBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_BlendSpaceEvaluator | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_BlendSpaceEvaluator
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
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. | |
| FText | |||
| 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 | Interface to support transition getter. | ||
| UAnimationAsset * | |||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
||
| const TCHAR * | |||
| UScriptStruct * | |||
| void | OnOverrideAssets
(
IAnimBlueprintNodeOverrideAssetsContext& InContext |
Override point for OverrideAssets. | |
| 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. |