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

Public Attributes

FFloat16 X
 
FFloat16 Y
 
FFloat16 Z
 
FFloat16 W
 

Detailed Description

Per-particle information stored in a vertex buffer for drawing GPU sprites.

Member Data Documentation

◆ W

FFloat16 FParticleIndex::W

◆ X

FFloat16 FParticleIndex::X

The X coordinate of the particle within the texture.

◆ Y

FFloat16 FParticleIndex::Y

The Y coordinate of the particle within the texture.

◆ Z

FFloat16 FParticleIndex::Z

Tile page index to support dynamic reallocation of tiles.


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