unreal.CustomizableObjectIdPair

class unreal.CustomizableObjectIdPair(customizable_object_group_name: str = '', customizable_object_name: str = '')

Bases: StructBase

Customizable Object Id Pair

C++ Source:

  • Plugin: Mutable

  • Module: CustomizableObject

  • File: CustomizableObjectIdentifier.h

Editor Properties: (see get_editor_property/set_editor_property)

  • customizable_object_group_name (str): [Read-Write]

  • customizable_object_name (str): [Read-Write]

property customizable_object_group_name: str

[Read-Only]

Type:

(str)

property customizable_object_name: str

[Read-Only]

Type:

(str)