Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UParticleModule
- UParticleModule::EmitterLoopingNotify()
- UParticleModuleColor_Seeded::EmitterLoopingNotify()
- UParticleModuleLifetime_Seeded::EmitterLoopingNotify()
- UParticleModuleLight_Seeded::EmitterLoopingNotify()
- UParticleModuleLocation_Seeded::EmitterLoopingNotify()
- UParticleModuleLocationPrimitiveCylinder_Seeded::EmitterLoopingNotify()
- UParticleModuleLocationPrimitiveSphere_Seeded::EmitterLoopingNotify()
- UParticleModuleLocationWorldOffset_Seeded::EmitterLoopingNotify()
- UParticleModuleMeshRotation_Seeded::EmitterLoopingNotify()
- UParticleModuleMeshRotationRate_Seeded::EmitterLoopingNotify()
- UParticleModuleParameterDynamic_Seeded::EmitterLoopingNotify()
- UParticleModuleRotation_Seeded::EmitterLoopingNotify()
- UParticleModuleRotationRate_Seeded::EmitterLoopingNotify()
- UParticleModuleSize_Seeded::EmitterLoopingNotify()
- UParticleModuleVelocity_Seeded::EmitterLoopingNotify()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleModule.h |
| Include | #include "Particles/ParticleModule.h" |
virtual void EmitterLoopingNotify
(
FParticleEmitterInstance * Owner
)
Remarks
Called when an emitter instance is looping...
Parameters
| Name | Description |
|---|---|
| Owner | The emitter instance that owns this module |