Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagaraValidationSeverity |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraValidationRule.h |
| Include Path | #include "NiagaraValidationRule.h" |
Syntax
enum ENiagaraValidationSeverity
{
Info,
Warning,
Error,
}
Values
| Name | Remarks |
|---|---|
| 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. |