UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VirtualTextureFeedback.cpp File Reference

Classes

class  FFeedbackGPUFencePool
 

Functions

 DECLARE_DWORD_COUNTER_STAT (TEXT("Num Feedback Pending"), STAT_VirtualTexture_PendingFeedback, STATGROUP_VirtualTexturing)
 
 DECLARE_DWORD_COUNTER_STAT (TEXT("Num Feedback Writes"), STAT_VirtualTexture_WriteFeedback, STATGROUP_VirtualTexturing)
 
 DECLARE_DWORD_COUNTER_STAT (TEXT("Num Feedback Reads"), STAT_VirtualTexture_ReadFeedback, STATGROUP_VirtualTexturing)
 
 DECLARE_DWORD_COUNTER_STAT (TEXT("Num Feedback Lost Buffers"), STAT_VirtualTexture_LostFeedback, STATGROUP_VirtualTexturing)
 
 DECLARE_DWORD_COUNTER_STAT (TEXT("Num Feedback Lost Pages"), STAT_VirtualTexture_ReadFeedbackLostPage, STATGROUP_VirtualTexturing)
 

Variables

int32 GVirtualTextureFeedbackLatency = 3
 
TGlobalResource< FVirtualTextureFeedbackGVirtualTextureFeedback
 

Function Documentation

◆ DECLARE_DWORD_COUNTER_STAT() [1/5]

DECLARE_DWORD_COUNTER_STAT ( TEXT("Num Feedback Lost Buffers" ,
STAT_VirtualTexture_LostFeedback  ,
STATGROUP_VirtualTexturing   
)

◆ DECLARE_DWORD_COUNTER_STAT() [2/5]

DECLARE_DWORD_COUNTER_STAT ( TEXT("Num Feedback Lost Pages" ,
STAT_VirtualTexture_ReadFeedbackLostPage  ,
STATGROUP_VirtualTexturing   
)

◆ DECLARE_DWORD_COUNTER_STAT() [3/5]

DECLARE_DWORD_COUNTER_STAT ( TEXT("Num Feedback Pending" ,
STAT_VirtualTexture_PendingFeedback  ,
STATGROUP_VirtualTexturing   
)

◆ DECLARE_DWORD_COUNTER_STAT() [4/5]

DECLARE_DWORD_COUNTER_STAT ( TEXT("Num Feedback Reads" ,
STAT_VirtualTexture_ReadFeedback  ,
STATGROUP_VirtualTexturing   
)

◆ DECLARE_DWORD_COUNTER_STAT() [5/5]

DECLARE_DWORD_COUNTER_STAT ( TEXT("Num Feedback Writes" ,
STAT_VirtualTexture_WriteFeedback  ,
STATGROUP_VirtualTexturing   
)

Variable Documentation

◆ GVirtualTextureFeedback

TGlobalResource< FVirtualTextureFeedback > GVirtualTextureFeedback

Global object for handling the read back of Virtual Texture Feedback.

◆ GVirtualTextureFeedbackLatency

int32 GVirtualTextureFeedbackLatency = 3