unreal.SceneStateBooleanOpFunctionInstance

class unreal.SceneStateBooleanOpFunctionInstance(output: bool = False)

Bases: StructBase

Function instance for all boolean operation functions involving two operands, left and right, and a result

C++ Source:

  • Plugin: SceneState

  • Module: SceneStateTasks

  • File: SceneStateBooleanFunctions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • left (bool): [Read-Write]

  • output (bool): [Read-Write]

  • right (bool): [Read-Write]

property output: bool

[Read-Only]

Type:

(bool)