Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UParticleLODLevel
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 |
bool IsModuleEditable
(
UParticleModule * InModule
)
Remarks
Return true if the given module is editable for this LOD level. true If it is editable for this LOD level. false If it is not.
Parameters
| Name | Description |
|---|---|
| InModule | The module of interest. |