Navigation
API > API/Plugins > API/Plugins/Niagara
References
| |
|
| Module |
Niagara |
| Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraCommon.h |
| Include |
#include "NiagaraCommon.h" |
Syntax
enum ENiagaraMipMapGeneration
&123;
Disabled,
PostStage,
PostSimulate,
&125;
Values
| Name |
Description |
| 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. |