unreal.DMMaterialFlagsUsage

class unreal.DMMaterialFlagsUsage

Bases: EnumBase

Convert engine linear enum to bitflag enum.

C++ Source:

  • Plugin: DynamicMaterial

  • Module: DynamicMaterialEditor

  • File: DynamicMaterialModelEditorOnlyData.h

DMMFU_BEAM_TRAILS: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with beam trails.

Type:

4

DMMFU_CLOTHING: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with clothing.

Type:

512

DMMFU_EDITOR_COMPOSITING: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with editor compositing.

Type:

8388608

DMMFU_GEOMETRY_CACHE: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be use with geometry caches.

Type:

8192

DMMFU_GEOMETRY_COLLECTIONS: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be use with geometry collections.

Type:

256

DMMFU_HAIR_STRANDS: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be use with hair strands.

Type:

32768

DMMFU_HETEROGENEOUS_VOLUMES: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances with heterogeneous volumes. Without that flag, it can only be used on volumetric fog.

Type:

2097152

DMMFU_INSTANCED_STATIC_MESHES: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with instanced static meshes.

Type:

128

DMMFU_LIDAR_POINT_CLOUD: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be use with LiDAR Point Clouds.

Type:

65536

DMMFU_MESH_PARTICLES: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with mesh particles.

Type:

8

DMMFU_MORPH_TARGETS: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with morph targets.

Type:

32

DMMFU_NANITE: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with Nanite meshes.

Type:

262144

DMMFU_NEURAL_NETWORKS: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with neural network engine.

Type:

16777216

DMMFU_NIAGARA_MESH_PARTICLES: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with Niagara meshes.

Type:

4096

DMMFU_NIAGARA_RIBBONS: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with Niagara ribbons.

Type:

2048

DMMFU_NIAGARA_SPRITES: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with Niagara sprites.

Type:

1024

DMMFU_PARTICLE_SPRITES: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with particle sprites.

Type:

2

DMMFU_SKELETAL_MESH: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with skeletal meshes.

Type:

1

DMMFU_SPLINE_MESH: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with spline meshes.

Type:

64

DMMFU_STATIC_LIGHTING: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with static lighting.

Type:

16

DMMFU_STATIC_MESH: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used on static meshes.

Type:

4194304

DMMFU_VIRTUAL_HEIGHTFIELD_MESH: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with Virtual Heightfield Mesh. (Deprecated).

Type:

131072

DMMFU_VOLUMETRIC_CLOUD: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances with volumetric cloud. Without that flag, it can only be used on volumetric fog.

Type:

1048576

DMMFU_VOXELS: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be used with Nanite voxel meshes.

Type:

524288

DMMFU_WATER: DMMaterialFlagsUsage = Ellipsis

Indicates that the material and its instances can be use with water.

Type:

16384