Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_BlendListBase
- UAnimGraphNode_BlendListByEnum
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendListByEnum.h |
| Include | #include "AnimGraphNode_BlendListByEnum.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_BlendListByEnum :
public UAnimGraphNode_BlendListBase ,
public INodeDependingOnEnumInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UEnum > | BoundEnum | Name of the enum being switched on | |
| FAnimNode_BlendListByEnum | Node | ||
| TArray< FName > | VisibleEnumEntries |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_BlendListByEnum
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ExposeEnumElementAsPin
(
FName EnumElementName |
Exposes a pin corresponding to the specified element name. | |
| UEnum * | GetEnum () |
||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| void | GetPinInformation
(
const FString& InPinName, |
Gets information about the specified pin. If both bIsPosePin and bIsTimePin are false, the index is meaningless. | |
| FText | |||
| void | |||
| void | ReloadEnum
(
UEnum* InEnum |
||
| void | RemovePinFromBlendList
(
UEdGraphPin* Pin |
||
| bool |
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. | |
| void | CustomizePinData
(
UEdGraphPin* Pin, |
Customize pin data based on the input | |
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
||
| FText | |||
| void | Serialize
(
FArchive& Ar |
||
| void | ValidateAnimNodeDuringCompilation
(
USkeleton* ForSkeleton, |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |