unreal.NiagaraMipMapGeneration

class unreal.NiagaraMipMapGeneration

Bases: unreal.EnumBase

ENiagara Mip Map Generation

C++ Source:

  • Plugin: Niagara

  • Module: Niagara

  • File: NiagaraCommon.h

DISABLED

Mips will not be created or automatically generated.

Type

0

POST_SIMULATE

Mips will be generated after all stages have been run if the interface was written to.

Type

2

POST_STAGE

Mips will be generated after each stage where the interfaces is written to.

Type

1