Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraValidationRule
- UNiagaraValidationRule_BannedDataInterfaces
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraValidationRules.h |
| Include | #include "NiagaraValidationRules.h" |
Syntax
UCLASS&40;Category&61;"Validation", DisplayName&61;"Banned DataInterfaces"&41;
class UNiagaraValidationRule_BannedDataInterfaces : public UNiagaraValidationRule
Remarks
This validation rule can ban the use of certain datainterfaces on all or a subset of platforms.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSubclassOf< UNiagaraDataInterface > > | BannedDataInterfaces | ||
| bool | bBanOnCpu | ||
| bool | bBanOnGpu | ||
| FNiagaraPlatformSet | Platforms | ||
| ENiagaraValidationSeverity | Severity |
Overridden from UNiagaraValidationRule
| Type | Name | Description | |
|---|---|---|---|
| void | CheckValidity
(
const FNiagaraValidationContext& Context, |