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

#include <ParticleHelper.h>

Public Attributes

FVector3f Position
 
float RelativeTime
 
FVector3f OldPosition
 
float ParticleId
 
FVector2f Size
 
float Rotation
 
float SubImageIndex
 
FLinearColor Color
 

Detailed Description

Per-particle data sent to the GPU.

Member Data Documentation

◆ Color

FLinearColor FParticleSpriteVertex::Color

The color of the particle.

◆ OldPosition

FVector3f FParticleSpriteVertex::OldPosition

The previous position of the particle.

◆ ParticleId

float FParticleSpriteVertex::ParticleId

Value that remains constant over the lifetime of a particle.

◆ Position

FVector3f FParticleSpriteVertex::Position

The position of the particle.

◆ RelativeTime

float FParticleSpriteVertex::RelativeTime

The relative time of the particle.

◆ Rotation

float FParticleSpriteVertex::Rotation

The rotation of the particle.

◆ Size

FVector2f FParticleSpriteVertex::Size

The size of the particle.

◆ SubImageIndex

float FParticleSpriteVertex::SubImageIndex

The sub-image index for the particle.


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