![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "VirtualTextureUploadCache.h"#include "RenderGraphBuilder.h"#include "RenderUtils.h"#include "Stats/StatsTrace.h"#include "VirtualTextureChunkManager.h"Functions | |
| DECLARE_MEMORY_STAT_POOL (TEXT("Total GPU Upload Memory"), STAT_TotalGPUUploadSize, STATGROUP_VirtualTextureMemory, FPlatformMemory::MCR_GPU) | |
| DECLARE_MEMORY_STAT (TEXT("Total CPU Upload Memory"), STAT_TotalCPUUploadSize, STATGROUP_VirtualTextureMemory) | |
| DECLARE_MEMORY_STAT | ( | TEXT("Total CPU Upload Memory") | , |
| STAT_TotalCPUUploadSize | , | ||
| STATGROUP_VirtualTextureMemory | |||
| ) |
| DECLARE_MEMORY_STAT_POOL | ( | TEXT("Total GPU Upload Memory") | , |
| STAT_TotalGPUUploadSize | , | ||
| STATGROUP_VirtualTextureMemory | , | ||
| FPlatformMemory::MCR_GPU | |||
| ) |