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

#include <ParticlePerfStats.h>

Public Member Functions

uint64 GetTotalMicroseconds () const
 
uint64 GetPerInstanceAvgMicroseconds () const
 
 FParticlePerfStats_GPU ()
 
void Reset ()
 
FParticlePerfStats_GPUoperator+= (FParticlePerfStats_GPU &Other)
 

Public Attributes

uint64 NumInstances = 0
 
uint64 TotalMicroseconds = 0
 

Detailed Description

Stats gathered from the GPU

Constructor & Destructor Documentation

◆ FParticlePerfStats_GPU()

FParticlePerfStats_GPU::FParticlePerfStats_GPU ( )
inline

Member Function Documentation

◆ GetPerInstanceAvgMicroseconds()

uint64 FParticlePerfStats_GPU::GetPerInstanceAvgMicroseconds ( ) const
inline

◆ GetTotalMicroseconds()

uint64 FParticlePerfStats_GPU::GetTotalMicroseconds ( ) const
inline

◆ operator+=()

FParticlePerfStats_GPU & FParticlePerfStats_GPU::operator+= ( FParticlePerfStats_GPU Other)
inline

◆ Reset()

void FParticlePerfStats_GPU::Reset ( )
inline

Member Data Documentation

◆ NumInstances

uint64 FParticlePerfStats_GPU::NumInstances = 0

◆ TotalMicroseconds

uint64 FParticlePerfStats_GPU::TotalMicroseconds = 0

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