Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraValidationRule
- UNiagaraValidationRule_UserDataInterfaces
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraValidationRules.h |
| Include | #include "NiagaraValidationRules.h" |
Syntax
UCLASS (Category="Validation", DisplayName="User Data Interfaces")
class UNiagaraValidationRule_UserDataInterfaces : public UNiagaraValidationRule
Remarks
This validation rule checks to see if you have exposed user data interfaces.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSubclassOf< UNiagaraDataInterface > > | AllowDataInterfaces | List data interfaces that we always allow. | |
| TArray< TSubclassOf< UNiagaraDataInterface > > | BannedDataInterfaces | List data interfaces to validate against, if this list is empty all data interfaces will be included. | |
| bool | bOnlyIncludeExposedUObjects | Only include data interfaces that contain exposed UObject properties in them. | |
| ENiagaraValidationSeverity | Severity | How do we want to repro the error in the stack |
Overridden from UNiagaraValidationRule
| Type | Name | Description | |
|---|---|---|---|
| void | CheckValidity
(
const FNiagaraValidationContext& Context, |