Navigation
API > API/Runtime > API/Runtime/Engine
Occlusion method enumeration
| Name | EParticleSystemOcclusionBoundsMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h |
| Include Path | #include "Particles/ParticleSystem.h" |
Syntax
enum EParticleSystemOcclusionBoundsMethod
{
EPSOBM_None,
EPSOBM_ParticleBounds,
EPSOBM_CustomBounds,
}
Values
| Name | Remarks |
|---|---|
| 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 |