UParticleEmitter::CreateLODLevel

CreateLODLevel Creates the given LOD level.

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

int32 CreateLODLevel
(
    int32 LODLevel,
    bool bGenerateModuleData
)

Remarks

CreateLODLevel Creates the given LOD level. Intended for editor-time usage. Assumes that the given LODLevel will be in the [0..100] range.

Returns

The index of the created LOD level