Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Streaming > API/Runtime/Engine/Streaming/FTextureMipDataProvider
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Streaming/TextureMipDataProvider.h |
| Include | #include "Streaming/TextureMipDataProvider.h" |
void CleanUp
(
const FTextureUpdateSyncOptions & SyncOptions
)
Remarks
Release any temporary data and objects that where used for the update. Final step executed after the texture has been updated correctly.
Parameters
| Name | Description |
|---|---|
| SyncOptions | Different sync options to control when the next tick of FTextureStreamIn can be scheduled. |