UK2Node_SwitchString

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_SwitchString.h

Include

#include "K2Node_SwitchString.h"

Syntax

class UK2Node_SwitchString : public UK2Node_Switch

Variables

Name Description

Public variable

uint32: 1

 

bIsCaseSensitive

Public variable

TArray< FName >

 

PinNames

Constructors

Name Description

Public function

UK2Node_SwitchString

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Protected function

void

 

SetupCaseSensitivityFunction()

Sets the nodes function to call based on case sensitivity

Overridden from UK2Node_Switch

Name Description

Public function Virtual

void

 

AddPinToSwitchNode()

Adds a new execution pin to a switch node

Protected function Virtual

void

 

CreateCasePins()

Protected function Virtual

void

 

CreateSelectionPin()

Public function Virtual Const

FName

 

GetPinNameGivenIndex

(
    int32 Index
)

Public function Virtual Const

FEdGraphPinT...

 

GetPinType()

Gets the pin type from the schema for the subclass

Public function Virtual

FName

 

GetUniquePinName()

Gets a unique pin name, the next in the sequence

Protected function Virtual

void

 

RemovePin

(
    UEdGraphPin* TargetPin
)

Overridden from UK2Node

Name Description

Public function Virtual Const

void

 

GetMenuActions

Replacement for GetMenuEntries().

Public function Virtual Const

bool

 

ShouldShowNodeProperties()

Return whether the node's properties display in the blueprint details panel

Overridden from UEdGraphNode

Name Description

Public function Virtual Const

FText

 

GetNodeTitle

(
    ENodeTitleType::Type TitleType
)

Gets the name of this node, shown in title bar

Public function Virtual Const

FText

 

GetTooltipText()

Gets the tooltip to display when over the node

Public function Virtual Const

void

 

ValidateNodeDuringCompilation

(
    FCompilerResultsLog& MessageLog
)

Gives each visual node a chance to do final validation before it's node is harvested for use at runtime.

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss