unreal.K2Node_SwitchString

class unreal.K2Node_SwitchString(outer: Object | None = None, name: Name | str = 'None')

Bases: K2Node_Switch

K2Node Switch String

C++ Source:

  • Module: BlueprintGraph

  • File: K2Node_SwitchString.h

Editor Properties: (see get_editor_property/set_editor_property)

  • error_msg (str): [Read-Write] Error/Warning description

  • has_default_pin (bool): [Read-Write] If true switch has a default pin

  • is_case_sensitive (bool): [Read-Write]

  • pin_names (Array[Name]): [Read-Write]