Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UParticleModule
- UParticleModule::WillGeneratedModuleBeIdentical()
- UParticleModuleParameterDynamic::WillGeneratedModuleBeIdentical()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
| Include | #include "Particles/ParticleModule.h" |
virtual bool WillGeneratedModuleBeIdentical
(
UParticleLODLevel * SourceLODLevel,
UParticleLODLevel * DestLODLevel,
float Percentage
)
Remarks
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.
Parameters
| Name | Description |
|---|---|
| SourceLODLevel | The source LODLevel |
| DestLODLevel | The destination LODLevel |
| Percentage | The percentage value that should be used when setting values |