Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UParticleModule
Syntax
uint8 LODValidity
Remarks
The LOD levels this module is present in. Bit-flags are used to indicate validity for a given LOD level. For example, if ((1 << Level) & LODValidity) != 0 then the module is used in that LOD.