unreal.MaterialDatabaseAssetPropertyDesc¶
- class unreal.MaterialDatabaseAssetPropertyDesc(id: Name = 'None', name: Name = 'None', category: MaterialPropertyCategory = Ellipsis)¶
Bases:
StructBaseDescription 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: