Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h |
Include |
#include "Particles/ParticleSystem.h" |
enum ParticleSystemLODMethod
{
PARTICLESYSTEMLODMETHOD_Automatic,
PARTICLESYSTEMLODMETHOD_DirectSet,
PARTICLESYSTEMLODMETHOD_ActivateAutomatic,
}
Name |
Description |
---|---|
PARTICLESYSTEMLODMETHOD_Automatic |
Automatically set the LOD level, checking every LODDistanceCheckTime seconds. |
PARTICLESYSTEMLODMETHOD_DirectSet |
LOD level is directly set by the game code. |
PARTICLESYSTEMLODMETHOD_ActivateAutomatic |
LOD level is determined at Activation time, then left alone unless directly set by game code. |
ParticleSystemLODMethod