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

#include <ParticleHelper.h>

Public Attributes

FVector2f UV
 
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 FParticleSpriteVertexNonInstanced::Color

The color of the particle.

◆ OldPosition

FVector3f FParticleSpriteVertexNonInstanced::OldPosition

The previous position of the particle.

◆ ParticleId

float FParticleSpriteVertexNonInstanced::ParticleId

Value that remains constant over the lifetime of a particle.

◆ Position

FVector3f FParticleSpriteVertexNonInstanced::Position

The position of the particle.

◆ RelativeTime

float FParticleSpriteVertexNonInstanced::RelativeTime

The relative time of the particle.

◆ Rotation

float FParticleSpriteVertexNonInstanced::Rotation

The rotation of the particle.

◆ Size

FVector2f FParticleSpriteVertexNonInstanced::Size

The size of the particle.

◆ SubImageIndex

float FParticleSpriteVertexNonInstanced::SubImageIndex

The sub-image index for the particle.

◆ UV

FVector2f FParticleSpriteVertexNonInstanced::UV

The texture UVs.


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