IStreamingManager::StreamAllResources

Streams in/out all resources that wants to and blocks until it's done.

Windows
MacOS
Linux

Override Hierarchy

IStreamingManager::StreamAllResources()

FStreamingManagerCollection::StreamAllResources()

References

Module

Engine

Header

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

Include

#include "ContentStreaming.h"

Syntax

virtual int32 StreamAllResources
(
    float TimeLimit
)

Remarks

Streams in/out all resources that wants to and blocks until it's done.

Returns

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

Parameters

Parameter

Description

TimeLimit

Maximum number of seconds to wait for streaming I/O. If zero, uses .ini setting

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