unreal.ComponentMaterialType¶
- class unreal.ComponentMaterialType¶
Bases:
EnumBaseEComponent Material Type
C++ Source:
Module: MovieSceneTracks
File: MovieSceneMaterialTrack.h
- DECAL_MATERIAL: ComponentMaterialType = Ellipsis¶
A decal material
- Type:
3
- EMPTY: ComponentMaterialType = Ellipsis¶
Empty/Uninitialized
- Type:
0
- INDEXED_MATERIAL: ComponentMaterialType = Ellipsis¶
A material in one of the indexed slots on a primitive component
- Type:
1
- OVERLAY_MATERIAL: ComponentMaterialType = Ellipsis¶
An overlay material on a mesh component
- Type:
2
- VOLUMETRIC_CLOUD_MATERIAL: ComponentMaterialType = Ellipsis¶
Volumetric Cloud Material
- Type:
4