unreal.ToolMenuInsert

class unreal.ToolMenuInsert(name='None', position=ToolMenuInsertType.DEFAULT)

Bases: unreal.StructBase

Tool Menu Insert

C++ Source:

  • Module: ToolMenus

  • File: ToolMenuMisc.h

Editor Properties: (see get_editor_property/set_editor_property)

  • name (Name): [Read-Write] Where to insert

  • position (ToolMenuInsertType): [Read-Write] How to insert

property name

[Read-Write] Where to insert

Type

(Name)

property position

[Read-Write] How to insert

Type

(ToolMenuInsertType)