FStreamingWaveData::HasPendingRequests

Checks whether the requested chunk indices differ from those loaded

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 HasPendingRequests
(
    TArray< uint32 > & IndicesToLoad,
    TArray< uint32 > & IndicesToFree
) const

Remarks

Checks whether the requested chunk indices differ from those loaded

Returns

Whether any changes to loaded chunks are required

Parameters

Parameter

Description

IndicesToLoad

List of chunk indices that should be loaded

IndicesToFree

List of chunk indices that should be freed

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