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

Public Member Functions

 FTrackedRenderAssetEvent (TCHAR *InAssetName=NULL)
 
 FTrackedRenderAssetEvent (const FString &InAssetNameString)
 

Public Attributes

FString RenderAssetName
 
int32 NumResidentMips
 
int32 NumRequestedMips
 
int32 WantedMips
 
float Timestamp
 
float BoostFactor
 

Constructor & Destructor Documentation

◆ FTrackedRenderAssetEvent() [1/2]

FTrackedRenderAssetEvent::FTrackedRenderAssetEvent ( TCHAR InAssetName = NULL)
inline

◆ FTrackedRenderAssetEvent() [2/2]

FTrackedRenderAssetEvent::FTrackedRenderAssetEvent ( const FString &  InAssetNameString)
inline

Member Data Documentation

◆ BoostFactor

float FTrackedRenderAssetEvent::BoostFactor

Currently used boost factor for the streaming distance.

◆ NumRequestedMips

int32 FTrackedRenderAssetEvent::NumRequestedMips

Number of mip-levels requested.

◆ NumResidentMips

int32 FTrackedRenderAssetEvent::NumResidentMips

Number of mip-levels currently in memory.

◆ RenderAssetName

FString FTrackedRenderAssetEvent::RenderAssetName

Partial name of the texture/mesh (not case-sensitive).

◆ Timestamp

float FTrackedRenderAssetEvent::Timestamp

Timestamp, in seconds from startup.

◆ WantedMips

int32 FTrackedRenderAssetEvent::WantedMips

Number of wanted mips.


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