unreal.K2Node_IfThenElse

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

Bases: K2Node

K2Node if Then Else

C++ Source:

  • Module: BlueprintGraph

  • File: K2Node_IfThenElse.h

Editor Properties: (see get_editor_property/set_editor_property)

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

find_condition_pin() BlueprintGraphPin

Finds the Condition pin on this node

Return type:

BlueprintGraphPin

find_else_pin() BlueprintGraphPin

Finds the Else pin on this node

Return type:

BlueprintGraphPin