FTextureMipDataProvider::Cancel

Cancel the progression and release any temporary resources.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Streaming/TextureMipDataProvider.h

Include

#include "Streaming/TextureMipDataProvider.h"

Syntax

void Cancel
(
    const FTextureUpdateSyncOptions & SyncOptions
)

Remarks

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().

Parameters

Parameter

Description

SyncOptions

Different sync options to control when the next tick of FTextureStreamIn can be scheduled.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss