Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraMeshRendererProperties.h |
| Include | #include "NiagaraMeshRendererProperties.h" |
Syntax
enum ENiagaraMeshLODMode
{
LODLevel,
LODBias,
ByComponentBounds,
PerParticle,
}
Values
| Name | Description |
|---|---|
| LODLevel | Uses the provided LOD level to render all mesh particles. |
| LODBias | Takes the highest available LOD for the platform + LOD bias to render all mesh particles If the LOD is not streamed in or available on the platform the next available lower LOD level will be used. |
| ByComponentBounds | The LOD level is calculated based on screen space size of the component bounds. |
| PerParticle | The LOD level is calcuated per particle using the particle position and mesh sphere bounds. |