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 FCacheMissEntry
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | ChunkIndex | ||
| FName | SoundWaveName |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCacheMissEntry
(
FName InSoundWaveName, |
Ctor |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FCacheMissEntry& Other |