unreal.MaterialDatabaseAssetPropertyDesc

class unreal.MaterialDatabaseAssetPropertyDesc(id: Name = 'None', name: Name = 'None', category: MaterialPropertyCategory = Ellipsis)

Bases: StructBase

Description of a material property in the material asset database.

C++ Source:

  • Plugin: MaterialValidation

  • Module: MaterialValidation

  • File: MaterialValidationLibraryTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • category (MaterialPropertyCategory): [Read-Write] Category for the property.

  • id (Name): [Read-Write] Id for the property.

  • name (Name): [Read-Write] Readable name for the property.

property category: MaterialPropertyCategory

[Read-Only] Category for the property.

Type:

(MaterialPropertyCategory)

property id: Name

[Read-Only] Id for the property.

Type:

(Name)

property name: Name

[Read-Only] Readable name for the property.

Type:

(Name)