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&40;Category&61;"Validation", DisplayName&61;"Tick Dependency Check"&41;
class UNiagaraValidationRule_TickDependencyCheck : public UNiagaraValidationRule
Remarks
Validation rule to check that we don't have a tick dependency we don't want.
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. | |
| ENiagaraValidationSeverity | Severity | How do we want to repro the error in the stack |
Overridden from UNiagaraValidationRule
| Type | Name | Description | |
|---|---|---|---|
| void | CheckValidity
(
const FNiagaraValidationContext& Context, |