UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAnimTrailParticleSpawnParams Struct Reference

Public Member Functions

 FAnimTrailParticleSpawnParams (int32 InFirstSpawnIndex, int32 InSpawnIndex, int32 InInvCount, float InDeltaTime, float InElapsedTime, float InLastTime, float InTimeDiff, bool InbTilingTrail)
 ‍** The GetComponentTransform() transform of the particle component before spawning began. *‍/
 

Public Attributes

int32 FirstSpawnIndex
 
int32 SpawnIndex
 
int32 InvCount
 
float DeltaTime
 
float ElapsedTime
 
float LastTime
 
float TimeDiff
 
bool bTilingTrail
 

Constructor & Destructor Documentation

◆ FAnimTrailParticleSpawnParams()

FAnimTrailParticleSpawnParams::FAnimTrailParticleSpawnParams ( int32  InFirstSpawnIndex,
int32  InSpawnIndex,
int32  InInvCount,
float  InDeltaTime,
float  InElapsedTime,
float  InLastTime,
float  InTimeDiff,
bool  InbTilingTrail 
)
inline

‍** The GetComponentTransform() transform of the particle component before spawning began. *‍/

‍** True if this particle is interpolated. False otherwise. *‍/

Member Data Documentation

◆ bTilingTrail

bool FAnimTrailParticleSpawnParams::bTilingTrail

◆ DeltaTime

float FAnimTrailParticleSpawnParams::DeltaTime

Frame delta time

◆ ElapsedTime

float FAnimTrailParticleSpawnParams::ElapsedTime

Total elapsed time for this emitter.

◆ FirstSpawnIndex

int32 FAnimTrailParticleSpawnParams::FirstSpawnIndex

The index of the 'oldest' particle in the current batch of spawns.

◆ InvCount

int32 FAnimTrailParticleSpawnParams::InvCount

Inverse of the number of particles being spawned.

◆ LastTime

float FAnimTrailParticleSpawnParams::LastTime

Previous elapsed time for this emitter.

◆ SpawnIndex

int32 FAnimTrailParticleSpawnParams::SpawnIndex

The index of the current particle being spawned offset from the FirstSpawnParticle

◆ TimeDiff

float FAnimTrailParticleSpawnParams::TimeDiff

ElapsedTime - LastTime


The documentation for this struct was generated from the following file: