Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraValidationRule.h |
| Include | #include "NiagaraValidationRule.h" |
Syntax
enum ENiagaraValidationSeverity
&123;
Info,
Warning,
Error,
&125;
Values
| Name | Description |
|---|---|
| Info | Just an info message for the user. |
| Warning | Could be a potential problem, for example bad performance. |
| Error | A problem that must be fixed for the content to be valid. |