Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStreamingWaveData
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioStreaming.h |
| Include | #include "AudioStreaming.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioStreaming.cpp |
bool BlockTillAllRequestsFinished
&40;
float TimeLimit
&41;
Remarks
Blocks till all pending requests are fulfilled. Return true if there are no requests left in flight, false if the time limit was reached before they were finished.
Parameters
| Name | Description |
|---|---|
| TimeLimit | Optional time limit for processing, in seconds. Specifying 0 means infinite time limit. |