unreal.ScriptableToolModifierStates

class unreal.ScriptableToolModifierStates(shift_down: bool = False, ctrl_down: bool = False, alt_down: bool = False)

Bases: StructBase

Scriptable Tool Modifier States

C++ Source:

  • Plugin: ScriptableToolsFramework

  • Module: ScriptableToolsFramework

  • File: ScriptableInteractiveTool.h

Editor Properties: (see get_editor_property/set_editor_property)

  • alt_down (bool): [Read-Write]

  • ctrl_down (bool): [Read-Write]

  • shift_down (bool): [Read-Write]

property alt_down: bool

[Read-Write]

Type:

(bool)

property ctrl_down: bool

[Read-Write]

Type:

(bool)

property shift_down: bool

[Read-Write]

Type:

(bool)