![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "VT/VirtualTextureFeedback.h"#include "RenderGraphBuilder.h"#include "RenderGraphUtils.h"#include "VirtualTexturing.h"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< FVirtualTextureFeedback > | GVirtualTextureFeedback |
| 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 | |||
| ) |
| DECLARE_DWORD_COUNTER_STAT | ( | TEXT("Num Feedback Pending") | , |
| STAT_VirtualTexture_PendingFeedback | , | ||
| STATGROUP_VirtualTexturing | |||
| ) |
| DECLARE_DWORD_COUNTER_STAT | ( | TEXT("Num Feedback Reads") | , |
| STAT_VirtualTexture_ReadFeedback | , | ||
| STATGROUP_VirtualTexturing | |||
| ) |
| DECLARE_DWORD_COUNTER_STAT | ( | TEXT("Num Feedback Writes") | , |
| STAT_VirtualTexture_WriteFeedback | , | ||
| STATGROUP_VirtualTexturing | |||
| ) |
| TGlobalResource< FVirtualTextureFeedback > GVirtualTextureFeedback |
Global object for handling the read back of Virtual Texture Feedback.
| int32 GVirtualTextureFeedbackLatency = 3 |