Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_IfThenElse
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_IfThenElse.h |
| Include | #include "K2Node_IfThenElse.h" |
Syntax
UCLASS (MinimalAPI, Meta=(Keywords="if bool branch"))
class UK2Node_IfThenElse : public UK2Node
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_IfThenElse
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| UEdGraphPin * | Get the condition pin | ||
| UEdGraphPin * | GetElsePin () |
Get the return value pin | |
| FSlateIcon | GetIconAndTint
(
FLinearColor& OutColor |
||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FNodeHandlingFunctor * | CreateNodeHandler
(
FKismetCompilerContext& CompilerContext |
||
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| FText | Override to provide a default category for specific node types to be listed under. | ||
| FLinearColor |