Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/IAvaPlayableRemoteControlPresetI-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Flush () |
Flush all unused entries from the cache. | Playable/AvaPlayableRemoteControlPresetInfo.h | |
void Flush
(
const FSoftObjectPath& InAssetPath |
Flush specified entry from the cache. | Playable/AvaPlayableRemoteControlPresetInfo.h |
Flush()
Description
Flush all unused entries from the cache.
| Name | Flush |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableRemoteControlPresetInfo.h |
| Include Path | #include "Playable/AvaPlayableRemoteControlPresetInfo.h" |
void Flush()
Flush(const FSoftObjectPath &)
Description
Flush specified entry from the cache.
| Name | Flush |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableRemoteControlPresetInfo.h |
| Include Path | #include "Playable/AvaPlayableRemoteControlPresetInfo.h" |
void Flush
(
const FSoftObjectPath & InAssetPath
)