Choose your operating system:
Windows
macOS
Linux
| UParticleModule::GenerateLODModuleValues()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/Collision/ParticleModuleCollision.h |
Include |
#include "Particles/Collision/ParticleModuleCollision.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Collision.cpp |
virtual bool GenerateLODModuleValues
(
UParticleModule * SourceModule,
float Percentage,
UParticleLODLevel * LODLevel
)
Helper function used by the editor to auto-generate LOD values from a source module and a percentage value used to scale its values.
true if successful false if failed
Parameter |
Description |
---|---|
SourceModule |
The module to use as the source for values |
Percentage |
The percentage of the source values to set |
LODLevel |
The LOD level being generated |