UParticleModule::IsUsedInLODLevel

Returns true if the module validiy flags indicate this module is used in the given LOD level.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleModule.h"

Source

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

Syntax

virtual bool IsUsedInLODLevel
(
    int32 SourceLODIndex
) const

Remarks

Returns true if the module validiy flags indicate this module is used in the given LOD level.

Returns

bool true if the generated module is used, false if not.

Parameters

Parameter

Description

SourceLODIndex

The index of the source LODLevel

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