unreal.ShowLayersCommand

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

Bases: UTBBaseCommand

Show Layers Command

C++ Source:

  • Plugin: UserToolBoxBasicCommand

  • Module: UserToolBoxBasicCommand

  • File: ShowLayersCommand.h

Editor Properties: (see get_editor_property/set_editor_property)

  • category (str): [Read-Write]

  • icon_path (str): [Read-Write] The icon path for the command

  • isolate (bool): [Read-Write]

  • keyboard_shortcut (InputChord): [Read-Write]

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

  • name (str): [Read-Write] The name of the command

  • show_parameters (bool): [Read-Write]

  • tooltip (str): [Read-Write]

  • ui_override (type(Class)): [Read-Write]

property isolate: bool

[Read-Write]

Type:

(bool)

property layers: None

[Read-Write]

Type:

(Array[Name])