unreal.CustomizableObjectMacro

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

Bases: Object

Customizable Object Macro

C++ Source:

  • Plugin: Mutable

  • Module: CustomizableObjectEditor

  • File: CustomizableObjectMacroLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • description (str): [Read-Write] Description of what this macro does.

  • name (Name): [Read-Write] Name of the Macro.