ParticleSystemLODMethod

ParticleSystemLODMethod

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleSystem.h"

Syntax

enum ParticleSystemLODMethod
{
    PARTICLESYSTEMLODMETHOD_Automatic,
    PARTICLESYSTEMLODMETHOD_DirectSet,
    PARTICLESYSTEMLODMETHOD_ActivateAutomatic,
}

Values

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.

Remarks

ParticleSystemLODMethod

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