unreal.UTBBaseCommand
¶
- class unreal.UTBBaseCommand(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
Object
UUTBBaseCommand is the base class for any command of the usertoolbox framework. Inherit directly from this class if you want to create a new command implemented in c++
C++ Source:
Plugin: UserToolBoxCore
Module: UserToolBoxCore
File: UTBBaseCommand.h
Editor Properties: (see get_editor_property/set_editor_property)
category
(str): [Read-Write]icon_path
(str): [Read-Write] The icon path for the commandkeyboard_shortcut
(InputChord): [Read-Write]name
(str): [Read-Write] The name of the commandshow_parameters
(bool): [Read-Write]tooltip
(str): [Read-Write]ui_override
(type(Class)): [Read-Write]