Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTextureMipDataProvider
Description
Abort anything that could be stalling the update in PostprocessGPUMipData(). Called from an async task. Expected behavior is to cancel any pending IO operations. Called when the FTextureStreamIn update is canceled and the current step is to be waiting on upon AbortPostprocessGPUMipData(). This is because Cancel() can only be executed when any pending operations are completed (see FTextureUpdateSyncOptions). Will be used if executing PostprocessGPUMipData
| Name | AbortPostprocessGPUMipData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/TextureMipDataProvider.h |
| Include Path | #include "Streaming/TextureMipDataProvider.h" |
virtual void AbortPostprocessGPUMipData()