USoundWave::SetCacheLookupIDForChunk

This is called by the audio stream cache once we put a chunk of compressed data in the chunk table.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h

Include

#include "Sound/SoundWave.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundWave.cpp

Syntax

void SetCacheLookupIDForChunk
(
    uint32 InChunkIndex,
    uint64 InCacheLookupID
)

Remarks

This is called by the audio stream cache once we put a chunk of compressed data in the chunk table. It allows us to look up the chunk directly, rather than searching the cache linearly.

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