EParticleSystemOcclusionBoundsMethod

Occlusion method enumeration

Choose your operating system:

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