Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioChunkCache
| |
|
| Name |
FCacheMissEntry |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h |
| Include Path |
#include "AudioStreamingCache.h" |
Syntax
struct FCacheMissEntry
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FCacheMissEntry
(
FName InSoundWaveName,
uint32 InChunkIndex
)
|
Ctor |
AudioStreamingCache.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ChunkIndex |
uint32 |
|
AudioStreamingCache.h |
|
| SoundWaveName |
FName |
|
AudioStreamingCache.h |
|
Functions
Public
Operators