Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_Switch
- UK2Node_SwitchString
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchString.h |
| Include | #include "K2Node_SwitchString.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_SwitchString : public UK2Node_Switch
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bIsCaseSensitive | ||
| TArray< FName > | PinNames |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_SwitchString
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText | |||
| void | Sets the nodes function to call based on case sensitivity |
Overridden from UK2Node_Switch
| Type | Name | Description | |
|---|---|---|---|
| void | Adds a new execution pin to a switch node | ||
| void | |||
| void | |||
| FName | GetPinNameGivenIndex
(
int32 Index |
||
| FEdGraphPinType | GetPinType () |
Gets the pin type from the schema for the subclass | |
| FName | Gets a unique pin name, the next in the sequence | ||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | RemovePin
(
UEdGraphPin* TargetPin |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | GetMenuActions
(
FBlueprintActionDatabaseRegistrar& ActionRegistrar |
Replacement for GetMenuEntries(). | |
| bool | Return whether the node's properties display in the blueprint details panel | ||
| void | ValidateNodeDuringCompilation
(
FCompilerResultsLog& MessageLog |