Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTextureMipDataProvider
Description
Check if each mip handled by this mip data provider have been updated correctly. Must move to CleanUp() or Done() when done.
Return true unless the texture update needs to be aborted because the mip won't be updated correctly (for example IO error).
| Name | PollMips |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Streaming/TextureMipDataProvider.h |
| Include Path | #include "Streaming/TextureMipDataProvider.h" |
bool PollMips
(
const FTextureUpdateSyncOptions & SyncOptions
)
Parameters
| Name | Remarks |
|---|---|
| SyncOptions | Different sync options to control when the next tick of FTextureStreamIn can be scheduled. |