FTextureMipDataProvider::PollMips

Check if each mip handled by this mip data provider have been updated correctly.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Streaming/TextureMipDataProvider.h"

Syntax

bool PollMips
(
    const FTextureUpdateSyncOptions & SyncOptions
)

Remarks

Check if each mip handled by this mip data provider have been updated correctly. Must move to CleanUp() when done.

Return true unless the texture update needs to be aborted because the mip won't be updated correctly (for example IO error).

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