Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Event > API/Runtime/Engine/Particles/Event/UParticleModuleEventReceiverKill-
- UParticleModuleEventReceiverBase::ProcessParticleEvent()
- UParticleModuleEventReceiverKillParticles::ProcessParticleEvent()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverKillParticles.h |
| Include | #include "Particles/Event/ParticleModuleEventReceiverKillParticles.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleModules_Event.cpp |
virtual bool ProcessParticleEvent
&40;
FParticleEmitterInstance &42; Owner,
FParticleEventData & InEvent,
float DeltaTime
&41;
Remarks
Process the event... bool true if the event was processed; false if not.
Parameters
| Name | Description |
|---|---|
| Owner | The FParticleEmitterInstance this module is contained in. |
| InEvent | The FParticleEventData that occurred. |
| DeltaTime | The time slice of this frame. |