FParticleEmitterInstance::SetCurrentLODIndex

Set the LOD to the given index

Windows
MacOS
Linux

Override Hierarchy

FParticleEmitterInstance::SetCurrentLODIndex()

FParticleBeam2EmitterInstance::SetCurrentLODIndex()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleEmitterInstances.h

Include

#include "ParticleEmitterInstances.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitterInstances.cpp

Syntax

virtual void SetCurrentLODIndex
(
    int32 InLODIndex,
    bool bInFullyProcess
)

Remarks

Set the LOD to the given index

Parameters

Parameter

Description

InLODIndex

The index of the LOD to set as current

bInFullyProcess

If true, process burst lists, etc.

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