FParticleExistingData

Particle event data for particles that already existed at the time of the event

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h

Include

#include "Particles/ParticleSystemComponent.h"

Syntax

struct FParticleExistingData : public FParticleEventData

Remarks

Particle event data for particles that already existed at the time of the event

Variables

Name Description

Public variable

FVector

 

Direction

The direction of the particle at the time of the event.

Public variable

float

 

ParticleTime

How long the particle had been alive at the time of the event.

Constructors

Name Description

Public function

FParticleExistingData()