Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/NiagaraShader/Public/NiagaraShared.h |
Include |
#include "NiagaraShared.h" |
enum FNiagaraCompileEventSeverity
{
Log = 0,
Display = 1,
Warning = 2,
Error = 3,
}
Name |
Description |
---|---|
Log |
|
Display |
|
Warning |
|
Error |
Defines the compile event types for translation/compilation.