FAudioChunkCache::GetChunk

Returns the chunk asked for, or an empty [TArrayView](API\Runtime\Core\Containers\TArrayView) if that chunk is not loaded.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h

Include

#include "AudioStreamingCache.h"

Source

/Engine/Source/Runtime/Engine/Private/AudioStreamingCache.cpp

Syntax

TArrayView< uint8 > GetChunk
(
    const FChunkKey & InKey,
    bool bBlockForLoadCompletion,
    bool bNeededForPlayback
)

Remarks

Returns the chunk asked for, or an empty TArrayView if that chunk is not loaded.

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