Navigation
API > API/Runtime > API/Runtime/Engine
General event instance payload.
| Name | FParticleEventInstancePayload |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path | #include "ParticleHelper.h" |
Syntax
struct FParticleEventInstancePayload
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBurstEventsPresent | uint32 | ParticleHelper.h | ||
| bCollisionEventsPresent | uint32 | ParticleHelper.h | ||
| bDeathEventsPresent | uint32 | ParticleHelper.h | ||
| bSpawnEventsPresent | uint32 | ParticleHelper.h | ||
| BurstTrackingCount | int32 | ParticleHelper.h | ||
| CollisionTrackingCount | int32 | ParticleHelper.h | ||
| DeathTrackingCount | int32 | ParticleHelper.h | ||
| SpawnTrackingCount | int32 | ParticleHelper.h |