Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraValidationRule
- UNiagaraValidationRule_SingletonModule
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraValidationRules.h |
| Include | #include "NiagaraValidationRules.h" |
Syntax
UCLASS (Category="Validation", DisplayName="Singleton Module")
class UNiagaraValidationRule_SingletonModule : public UNiagaraValidationRule
Remarks
This validation rule checks that a module is only used once per emitter/system stack.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCheckDetailedUsageContext | If true then the check is not emitter-wide, but only within the same context (e.g. particle update). | |
| ENiagaraValidationSeverity | Severity | How do we want to repro the error in the stack |
Overridden from UNiagaraValidationRule
| Type | Name | Description | |
|---|---|---|---|
| void | CheckValidity
(
const FNiagaraValidationContext& Context, |