Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagaraMipMapGeneration |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include Path | #include "NiagaraCommon.h" |
Syntax
enum ENiagaraMipMapGeneration
{
Disabled,
PostStage,
PostSimulate,
}
Values
| Name | Remarks |
|---|---|
| Disabled | Mips will not be created or automatically generated. |
| PostStage | Mips will be generated after each stage where the interfaces is written to. |
| PostSimulate | Mips will be generated after all stages have been run if the interface was written to. |