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

#include <ParticleHelper.h>

Public Attributes

FLinearColor Color
 
FVector4f Transform [3]
 
FVector4f Velocity
 
int16 SubUVParams [4]
 
float SubUVLerp
 
float RelativeTime
 

Member Data Documentation

◆ Color

FLinearColor FMeshParticleInstanceVertex::Color

The color of the particle.

◆ RelativeTime

float FMeshParticleInstanceVertex::RelativeTime

The relative time of the particle.

◆ SubUVLerp

float FMeshParticleInstanceVertex::SubUVLerp

The sub-image lerp value for the particle.

◆ SubUVParams

int16 FMeshParticleInstanceVertex::SubUVParams[4]

The sub-image texture offsets for the particle.

◆ Transform

FVector4f FMeshParticleInstanceVertex::Transform[3]

The instance to world transform of the particle. Translation vector is packed into W components.

◆ Velocity

FVector4f FMeshParticleInstanceVertex::Velocity

The velocity of the particle, XYZ: direction, W: speed.


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