Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_AssetPlayerBase
- UAnimGraphNode_BlendSpaceBase
- UAnimGraphNode_AimOffsetLookAt
- UAnimGraphNode_BlendSpaceEvaluator
- UAnimGraphNode_BlendSpacePlayer
- UAnimGraphNode_RotationOffsetBlendSpace
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendSpaceBase.h |
| Include | #include "AnimGraphNode_BlendSpaceBase.h" |
Syntax
class UAnimGraphNode_BlendSpaceBase : public UAnimGraphNode_AssetPlayerBase
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_BlendSpaceBase
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UBlendSpace * | |||
| bool | IsAimOffsetBlendSpace
(
const UClass* BlendSpaceClass |
Util to determine is an asset class is an aim offset |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Can customize details tab | |
| void | CustomizePinData
(
UEdGraphPin* Pin, |
Customize pin data based on the input | |
| TSubclassOf< UAnimationAsset > | |||
| void | GetOutputLinkAttributes
(
FNodeAttributeArray& OutAttributes |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. | |
| void | PostProcessPinName
(
const UEdGraphPin* Pin, |
Give the node a chance to change the display name of a pin. |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| 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 | |
|---|---|---|---|
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FLinearColor | Gets the draw color of a node's title bar |