UParticleLODLevel::SetLevelIndex

Sets the LOD 'Level' to the given value, properly updating the modules LOD validity settings.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleLODLevel.h"

Source

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

Syntax

virtual void SetLevelIndex
(
    int32 InLevelIndex
)

Remarks

Sets the LOD 'Level' to the given value, properly updating the modules LOD validity settings. This function assumes that any error-checking of values was done by the caller! It also assumes that when inserting an LOD level, indices will be shifted from lowest to highest... When removing one, the will go from highest to lowest.

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