Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/SparseVolumeTexture > API/Runtime/Engine/SparseVolumeTexture/IStreamingManager
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SparseVolumeTexture/ISparseVolumeTextureStreamingManager.h |
| Include | #include "SparseVolumeTexture/ISparseVolumeTextureStreamingManager.h" |
void BeginAsyncUpdate
(
FRDGBuilder & GraphBuilder,
bool bUseAsyncThread
)
Remarks
Begins updating the streaming manager. If r.SparseVolumeTexture.Streaming.AsyncThread is 1 and bUseAsyncThread is true, most of the updating work is done in another thread.