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