Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
UParticleModuleEventReceiverKillParticles |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Particles/Event/ParticleModuleEventReceiverKillParticles.h |
| Include Path |
#include "Particles/Event/ParticleModuleEventReceiverKillParticles.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, Meta=(DisplayName="EventReceiver Kill All"))
class UParticleModuleEventReceiverKillParticles : public UParticleModuleEventReceiverBase
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Particles/Event/ParticleModuleEventReceiverKillParticles.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bStopSpawning |
uint32 |
If true, stop this emitter from spawning as well. |
Particles/Event/ParticleModuleEventReceiverKillParticles.h |
- EditAnywhere
- Category=ParticleModuleEventReceiverKillParticles
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Process the event... |
Particles/Event/ParticleModuleEventReceiverKillParticles.h |
|