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

#include <ParticleHelper.h>

Public Attributes

FVector3f Position
 
float RelativeTime
 
FVector3f OldPosition
 
float ParticleId
 
FVector2f Size
 
float Rotation
 
float SubImageIndex
 
FLinearColor Color
 
float Tex_U
 
float Tex_V
 
float Tex_U2
 
float Tex_V2
 

Member Data Documentation

◆ Color

FLinearColor FParticleBeamTrailVertex::Color

The color of the particle.

◆ OldPosition

FVector3f FParticleBeamTrailVertex::OldPosition

The previous position of the particle.

◆ ParticleId

float FParticleBeamTrailVertex::ParticleId

Value that remains constant over the lifetime of a particle.

◆ Position

FVector3f FParticleBeamTrailVertex::Position

The position of the particle.

◆ RelativeTime

float FParticleBeamTrailVertex::RelativeTime

The relative time of the particle.

◆ Rotation

float FParticleBeamTrailVertex::Rotation

The rotation of the particle.

◆ Size

FVector2f FParticleBeamTrailVertex::Size

The size of the particle.

◆ SubImageIndex

float FParticleBeamTrailVertex::SubImageIndex

The sub-image index for the particle.

◆ Tex_U

float FParticleBeamTrailVertex::Tex_U

◆ Tex_U2

float FParticleBeamTrailVertex::Tex_U2

The second UV set for the particle

◆ Tex_V

float FParticleBeamTrailVertex::Tex_V

◆ Tex_V2

float FParticleBeamTrailVertex::Tex_V2

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