UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ParticleEmitter.cpp File Reference

Functions

int32 ParticleEmitterHelper_FixupModuleLODErrors (int32 LODIndex, int32 ModuleIndex, const UParticleEmitter *Emitter, UParticleModule *CurrModule)
 

Function Documentation

◆ ParticleEmitterHelper_FixupModuleLODErrors()

int32 ParticleEmitterHelper_FixupModuleLODErrors ( int32  LODIndex,
int32  ModuleIndex,
const UParticleEmitter Emitter,
UParticleModule CurrModule 
)

Helper function for fixing up LODValidity issues on particle modules...

Parameters
LODIndexThe index of the LODLevel the module is from.
ModuleIndexThe index of the module being checked.
EmitterThe emitter owner.
CurrModuleThe module being checked.
Returns
0 If there was no problem. 1 If there was a problem and it was fixed. -1 If there was a problem that couldn't be fixed.