Choose your operating system:
Windows
macOS
Linux
| UParticleModule::WillGeneratedModuleBeIdentical()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
Include |
#include "Particles/ParticleModule.h" |
virtual bool WillGeneratedModuleBeIdentical
(
UParticleLODLevel * SourceLODLevel,
UParticleLODLevel * DestLODLevel,
float Percentage
)
Returns true if the results of LOD generation for the given percentage will result in a duplicate of the module.
bool true if the generated module will be a duplicate. false if not.
Parameter |
Description |
---|---|
SourceLODLevel |
The source LODLevel |
DestLODLevel |
The destination LODLevel |
Percentage |
The percentage value that should be used when setting values |