UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ParticleSimulationGPU.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Variables

int32 GParticleSimulationTextureSizeX
 
int32 GParticleSimulationTextureSizeY
 
const int32 GParticleSimulationTileSize
 
const int32 GParticlesPerTile
 

Variable Documentation

◆ GParticleSimulationTextureSizeX

int32 GParticleSimulationTextureSizeX
extern

The texture size allocated for GPU simulation.

◆ GParticleSimulationTextureSizeY

int32 GParticleSimulationTextureSizeY
extern

◆ GParticleSimulationTileSize

const int32 GParticleSimulationTileSize
extern

The tile size. Texture space is allocated in TileSize x TileSize units.

◆ GParticlesPerTile

const int32 GParticlesPerTile
extern