Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UParticleEmitter
Description
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.
| Name | IsLODLevelValid |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleEmitter.h |
| Include Path | #include "Particles/ParticleEmitter.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleEmitter.cpp |
bool IsLODLevelValid
(
int32 LODLevel
)
false if the requested LODLevel is not valid. true if the requested LODLevel is valid.