Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioChunkCache
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h |
| Include | #include "AudioStreamingCache.h" |
Syntax
struct FChunkKey
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | ChunkIndex | ||
| uint32 | ChunkRevision | This is used in the editor to invalidate stale compressed chunks. | |
| FObjectKey | ObjectKey | ||
| FName | SoundWaveName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChunkKey () |
|||
FChunkKey
(
const FSoundWavePtr& InSoundWave, |
|||
FChunkKey
(
const FName& InSoundWaveName, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FChunkKey & | |||
| bool | operator==
(
const FChunkKey& Other |