Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_BlendListBase
- UAnimGraphNode_BlendListByBool
- UAnimGraphNode_BlendListByEnum
- UAnimGraphNode_BlendListByInt
- UAnimGraphNode_BlendProfileLayeredBlend
- UAnimGraphNode_LayeredBoneBlend
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendListBase.h |
| Include | #include "AnimGraphNode_BlendListBase.h" |
Syntax
UCLASS (Abstract)
class UAnimGraphNode_BlendListBase : public UAnimGraphNode_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | RemovedPinArrayIndex |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_BlendListBase
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | RemovePinsFromOldPins
(
TArray< UEdGraphPin* >& OldPins, |
Removes removed pins and adjusts array indices of remained pins |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| FString | Gets the menu category this node belongs in. | ||
| FLinearColor | |||
| 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 | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | ReallocatePinsDuringReconstruction
(
TArray< UEdGraphPin* >& OldPins |