unreal.ChangeViewMode

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

Bases: UTBBaseCommand

Change View Mode

C++ Source:

  • Plugin: UserToolBoxBasicCommand

  • Module: UserToolBoxBasicCommand

  • File: ChangeViewMode.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

  • keyboard_shortcut (InputChord): [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]

  • view_mode (ViewModeIndex): [Read-Write]

property view_mode: ViewModeIndex

[Read-Write]

Type:

(ViewModeIndex)