FCachedAudioStreamingManager::RequestChunk

[IAudioStreamingManager](API\Runtime\Engine\IAudioStreamingManager) interface (used functions)

Windows
MacOS
Linux

Override Hierarchy

IAudioStreamingManager::RequestChunk()

FCachedAudioStreamingManager::RequestChunk()

References

Module

Engine

Header

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

Include

#include "AudioStreamingCache.h"

Source

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

Syntax

virtual bool RequestChunk
(
    USoundWave * SoundWave,
    uint32 ChunkIndex,
    TFunction< void)> OnLoadCompleted,
    ENamedThreads::Type ThreadToCallOnLoadCompletedOn,
    bool bForImmediatePlayback
)

Remarks

IAudioStreamingManager interface (used functions)

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