UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAudioChunkCache::FCacheMissEntry Struct Reference

#include <AudioStreamingCache.h>

Public Member Functions

 FCacheMissEntry (FName InSoundWaveName, uint32 InChunkIndex)
 
bool operator== (const FCacheMissEntry &Other) const
 

Public Attributes

FName SoundWaveName
 
uint32 ChunkIndex
 

Friends

uint32 GetTypeHash (const FCacheMissEntry &InCacheMissEntry)
 

Constructor & Destructor Documentation

◆ FCacheMissEntry()

FAudioChunkCache::FCacheMissEntry::FCacheMissEntry ( FName  InSoundWaveName,
uint32  InChunkIndex 
)
inline

Member Function Documentation

◆ operator==()

bool FAudioChunkCache::FCacheMissEntry::operator== ( const FCacheMissEntry Other) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FCacheMissEntry InCacheMissEntry)
friend

Hash function

Member Data Documentation

◆ ChunkIndex

uint32 FAudioChunkCache::FCacheMissEntry::ChunkIndex

◆ SoundWaveName

FName FAudioChunkCache::FCacheMissEntry::SoundWaveName

The documentation for this struct was generated from the following file: