FStreamingWaveData::BlockTillAllRequestsFinished

Blocks till all pending requests are fulfilled.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioStreaming.h

Include

#include "AudioStreaming.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioStreaming.cpp

Syntax

bool BlockTillAllRequestsFinished
(
    float TimeLimit
)

Remarks

Blocks till all pending requests are fulfilled.

Returns

Return true if there are no requests left in flight, false 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.

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