Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraValidationRuleSet
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraValidationRuleSet.h |
| Include | #include "NiagaraValidationRuleSet.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UNiagaraValidationRuleSet : public UObject
Remarks
A set of reusable validation rules to check Niagara System assets. Once a number of rules are added to the rule set, it can be used either in effect types or configured as a global rule set in the Niagara plugin settings.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UNiagaraValidationRule > > | ValidationRules |