Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTextureMipDataProvider
Description
Cancel the progression and release any temporary resources. Called within the FTextureStreamIn update when the stream in request is aborted or cannot complete correctly The Cancel() function is called on the thread returned by GetCancelThread().
| Name | Cancel |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/TextureMipDataProvider.h |
| Include Path | #include "Streaming/TextureMipDataProvider.h" |
void Cancel
(
const FTextureUpdateSyncOptions & SyncOptions
)
Parameters
| Name | Remarks |
|---|---|
| SyncOptions | Different sync options to control when the next tick of FTextureStreamIn can be scheduled. |