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
&40;
FRDGBuilder & GraphBuilder,
bool bBlocking
&41;
Remarks
Begins updating the streaming manager. If r.SparseVolumeTexture.Streaming.AsyncThread is 1 and bBlocking is false, most of the updating work is done in another thread.