Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraValidationRule
- UNiagaraValidationRule_TickDependencyCheck
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraValidationRules.h |
| Include | #include "NiagaraValidationRules.h" |
Syntax
UCLASS (Category="Validation", DisplayName="Tick Dependency Check")
class UNiagaraValidationRule_TickDependencyCheck : public UNiagaraValidationRule
Remarks
Validation rule to check for unwanted tick dependencies.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCheckActorComponentInterface | Check that the actor component interface isn't adding a tick dependency on the CPU. | |
| bool | bCheckCameraDataInterface | Check that the camera data interface isn't adding a tick dependency on the CPU. | |
| bool | bCheckSkeletalMeshInterface | Check that the skeletal mesh interface isn't adding a tick dependency on the CPU. | |
| TArray< TSoftObjectPtr< UNiagaraEffectType > > | EffectTypesToExclude | If the system uses one of these effect types the rule will not be run. | |
| ENiagaraValidationSeverity | Severity | How do we want to repro the error in the stack |
Overridden from UNiagaraValidationRule
| Type | Name | Description | |
|---|---|---|---|
| void | CheckValidity
(
const FNiagaraValidationContext& Context, |