IStreamingManager::BlockTillAllRequestsFinished

Blocks till all pending requests are fulfilled.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ContentStreaming.h

Include

#include "ContentStreaming.h"

Syntax

int32 BlockTillAllRequestsFinished
(
    float TimeLimit,
    bool bLogResults
)

Remarks

Blocks till all pending requests are fulfilled.

Returns

Number of streaming requests still in flight, if the time limit was reached before they were finished.

Parameters

Parameter

Description

TimeLimit

Optional time limit for processing, in seconds. Specifying 0 means infinite time limit.

bLogResults

Whether to dump the results to the log.

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