Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/Event > API/Runtime/Engine/Particles/Event/UParticleModuleEventReceiverBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverBase.h |
| Include | #include "Particles/Event/ParticleModuleEventReceiverBase.h" |
virtual bool WillProcessParticleEvent
(
EParticleEventType InEventType
)
Remarks
Is the module interested in events of the given type? bool true if interested.
Parameters
| Name | Description |
|---|---|
| InEventType | The event type to check |