EParticleSystemOcclusionBoundsMethod

Occlusion method enumeration

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h

Include

#include "Particles/ParticleSystem.h"

Syntax

enum EParticleSystemOcclusionBoundsMethod
{
    EPSOBM_None,
    EPSOBM_ParticleBounds,
    EPSOBM_CustomBounds,
}

Values

Name

Description

EPSOBM_None

Don't determine occlusion on this particle system

EPSOBM_ParticleBounds

Use the bounds of the particle system component when determining occlusion

EPSOBM_CustomBounds

Use the custom occlusion bounds when determining occlusion

Remarks

Occlusion method enumeration

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss