Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEffectType.h |
| Include | #include "NiagaraEffectType.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraSystemVisibilityCullingSettings
Remarks
Scalability settings for Niagara Systems for a particular platform set (unless overridden).
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bAllowPreCullingByViewFrustum | If true and bCullByViewFrustum is enabled, we allow view frustum checks in pre-culling. | |
| uint32: 1 | bCullByViewFrustum | Controls whether view frustum culling is enabled. | |
| uint32: 1 | bCullWhenNotRendered | Controls whether we cull when not rendered. | |
| float | MaxTimeOutsideViewFrustum | Effects will be culled if they go longer than this time outside the view frustum. | |
| float | MaxTimeWithoutRender | Effects will be culled if they go longer than this time without being rendered. |
Constructors
| Type | Name | Description | |
|---|---|---|---|