Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UParticleSystem
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h |
Include | #include "Particles/ParticleSystem.h" |
Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp |
virtual bool SetLODDistance
&40;
int32 LODLevelIndex,
float InDistance
&41;
Remarks
Set the distance for the given LOD index true If successful false Invalid LODLevelIndex
Parameters
Name | Description |
---|---|
LODLevelIndex | The LOD level to set the distance of |
InDistance | The distance to set |