Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraValidationRule
- UNiagaraValidationRule_CheckDeprecatedEmitters
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraValidationRules.h |
| Include | #include "NiagaraValidationRules.h" |
Syntax
UCLASS (Category="Validation", DisplayName="Check for Deprecated Emitters")
class UNiagaraValidationRule_CheckDeprecatedEmitters : public UNiagaraValidationRule
Remarks
This validation rule will check if a system uses emitters that are tagged as Deprecated using the Niagara Asset Tags. This is distinct from a Niagara Emitter version that is marked as deprecated, but might have a new, non-deprecated version.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ENiagaraValidationSeverity | Severity |
Overridden from UNiagaraValidationRule
| Type | Name | Description | |
|---|---|---|---|
| void | CheckValidity
(
const FNiagaraValidationContext& Context, |