![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "SparseVolumeTexture/SparseVolumeTextureStreamingManager.h"#include "SparseVolumeTexture/SparseVolumeTextureUtility.h"#include "HAL/IConsoleManager.h"#include "SparseVolumeTexture/SparseVolumeTexture.h"#include "RenderCore.h"#include "RenderGraph.h"#include "GlobalShader.h"#include "ShaderCompilerCore.h"#include "Async/ParallelFor.h"#include "SparseVolumeTextureTileDataTexture.h"#include "SparseVolumeTextureUpload.h"#include "SparseVolumeTextureStreamingInstance.h"#include "GlobalRenderResources.h"#include "ProfilingDebugging/IoStoreTrace.h"Classes | |
| struct | UE::SVT::FStreamingUpdateParameters |
| class | UE::SVT::FStreamingUpdateTask |
Namespaces | |
| namespace | UE |
| namespace | UE::SVT |
Macros | |
| #define | LOCK_PENDING_REQUEST(PendingRequest) |
Functions | |
| DEFINE_LOG_CATEGORY (LogSparseVolumeTextureStreamingManager) | |
| DECLARE_GPU_STAT (SVTStreaming) | |
| DECLARE_MEMORY_STAT (TEXT("Total CPU Memory"), STAT_SVTCPUMemoryTotal, STATGROUP_SparseVolumeTextureMemory) | |
| DECLARE_MEMORY_STAT_POOL (TEXT("PageTable GPU Memory"), STAT_SVTPageTableMemory, STATGROUP_SparseVolumeTextureMemory, FPlatformMemory::MCR_GPU) | |
| DEFINE_STAT (STAT_SVTGPUMemoryTotal) | |
| IStreamingManager & | UE::SVT::GetStreamingManager () |
Variables | |
| TGlobalResource< FStreamingManager > | UE::SVT::GStreamingManager |
| #define LOCK_PENDING_REQUEST | ( | PendingRequest | ) |
| DECLARE_GPU_STAT | ( | SVTStreaming | ) |
| DECLARE_MEMORY_STAT | ( | TEXT("Total CPU Memory") | , |
| STAT_SVTCPUMemoryTotal | , | ||
| STATGROUP_SparseVolumeTextureMemory | |||
| ) |
| DECLARE_MEMORY_STAT_POOL | ( | TEXT("PageTable GPU Memory") | , |
| STAT_SVTPageTableMemory | , | ||
| STATGROUP_SparseVolumeTextureMemory | , | ||
| FPlatformMemory::MCR_GPU | |||
| ) |
| DEFINE_LOG_CATEGORY | ( | LogSparseVolumeTextureStreamingManager | ) |
| DEFINE_STAT | ( | STAT_SVTGPUMemoryTotal | ) |