Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioChunkCache
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveForceInlineSoundWave
(
const TSharedRef< const FSoundWaveData >& InSoundWaveData |
AudioStreamingCache.h | ||
void RemoveForceInlineSoundWave
(
const FSoundWaveProxyPtr& InSoundWave |
AudioStreamingCache.h |
RemoveForceInlineSoundWave(const TSharedRef< const FSoundWaveData > &)
| Name | RemoveForceInlineSoundWave |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h |
| Include Path | #include "AudioStreamingCache.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioStreamingCache.cpp |
void RemoveForceInlineSoundWave
(
const TSharedRef < const FSoundWaveData > & InSoundWaveData
)
RemoveForceInlineSoundWave(const FSoundWaveProxyPtr &)
| Name | RemoveForceInlineSoundWave |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AudioStreamingCache.h |
| Include Path | #include "AudioStreamingCache.h" |
void RemoveForceInlineSoundWave
(
const FSoundWaveProxyPtr & InSoundWave
)