Navigation
Unreal Engine C++ API Reference > 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
&40;
UParticleModule &42; InModule
&41;
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. |