UParticleEmitter::GetLODLevel

GetLODLevel Returns the given LODLevel.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleEmitter.h"

Source

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

Syntax

UParticleLODLevel * GetLODLevel
(
    int32 LODLevel
)

Remarks

GetLODLevel Returns the given LODLevel. Intended for game-time usage. Assumes that the given LODLevel will be in the [0..# LOD levels] range.

Returns

NULL if the requested LODLevel is not valid. The pointer to the requested UParticleLODLevel if valid.

Parameters

Parameter

Description

LODLevel

the requested LOD level in the range [0..# LOD levels].