UParticleEmitter::CreateLODLevel

CreateLODLevel Creates the given LOD level.

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

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