Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | FNiagaraValidationRule_EmitterCountAndPlatformSet |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraValidationRules.h |
| Include Path | #include "NiagaraValidationRules.h" |
Syntax
USTRUCT ()
struct FNiagaraValidationRule_EmitterCountAndPlatformSet
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIncludeStateful | bool | NiagaraValidationRules.h |
|
|
| bIncludeStateless | bool | NiagaraValidationRules.h |
|
|
| EmitterCountLimit | int32 | NiagaraValidationRules.h |
|
|
| Platforms | FNiagaraPlatformSet | NiagaraValidationRules.h |
|
|
| RuleName | FString | Name to display if we fail the limit check | NiagaraValidationRules.h |
|