UParticleEmitter::IsLODLevelValid

IsLODLevelValid Returns true if the given LODLevel is one of the array entries.

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

bool IsLODLevelValid
(
    int32 LODLevel
)

Remarks

IsLODLevelValid Returns true if the given LODLevel is one of the array entries. Intended for editor-time usage. Assumes that the given LODLevel will be in the [0..(NumLODLevels - 1)] range.

Returns

false if the requested LODLevel is not valid. true if the requested LODLevel is valid.

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