Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_BlendListBase
- UAnimGraphNode_BlendListByBool
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendListByBool.h |
| Include | #include "AnimGraphNode_BlendListByBool.h" |
Syntax
class UAnimGraphNode_BlendListByBool : public UAnimGraphNode_BlendListBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_BlendListByBool | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_BlendListByBool
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizePinData
(
UEdGraphPin* Pin, |
Customize pin data based on the input |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FText | Gets the tooltip to display when over the node |