FCachedAudioStreamingManager::GetNextChunkIndex

Returns the next chunk to kick off a load for, or INDEX_NONE if there is only one chunk to cache.

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

int32 GetNextChunkIndex
(
    const USoundWave * InSoundWave,
    uint32 CurrentChunkIndex
) const

Remarks

Returns the next chunk to kick off a load for, or INDEX_NONE if there is only one chunk to cache.

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