![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SparseVolumeTextureUpload.h>
Public Member Functions | |
| FPageTableUpdater () | |
| void | Init (FRDGBuilder &InGraphBuilder, int32 InMaxNumUpdates, int32 InEstimatedNumBatches) |
| void | Add_GetRef (const TRefCountPtr< IPooledRenderTarget > &InPageTable, int32 InMipLevel, int32 InNumUpdates, uint8 *&OutCoordsPtr, uint8 *&OutPayloadPtr) |
| void | Release () |
| void | Apply (FRDGBuilder &InGraphBuilder) |
|
explicit |
| void UE::SVT::FPageTableUpdater::Add_GetRef | ( | const TRefCountPtr< IPooledRenderTarget > & | InPageTable, |
| int32 | InMipLevel, | ||
| int32 | InNumUpdates, | ||
| uint8 *& | OutCoordsPtr, | ||
| uint8 *& | OutPayloadPtr | ||
| ) |
| void UE::SVT::FPageTableUpdater::Apply | ( | FRDGBuilder & | InGraphBuilder | ) |
| void UE::SVT::FPageTableUpdater::Init | ( | FRDGBuilder & | InGraphBuilder, |
| int32 | InMaxNumUpdates, | ||
| int32 | InEstimatedNumBatches | ||
| ) |
| void UE::SVT::FPageTableUpdater::Release | ( | ) |