unreal.ParticleSystemOcclusionBoundsMethod

class unreal.ParticleSystemOcclusionBoundsMethod

Bases: unreal.EnumBase

Occlusion method enumeration

C++ Source:

  • Module: Engine

  • File: ParticleSystem.h

EPSOBM_CUSTOM_BOUNDS

Use the custom occlusion bounds when determining occlusion

Type

2

EPSOBM_NONE

Don’t determine occlusion on this particle system

Type

0

EPSOBM_PARTICLE_BOUNDS

Use the bounds of the particle system component when determining occlusion

Type

1