Navigation
API > API/Plugins > API/Plugins/AvalancheMedia
Global Cache for remote control preset info
| Name | IAvaPlayableRemoteControlPresetInfoCache |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableRemoteControlPresetInfo.h |
| Include Path | #include "Playable/AvaPlayableRemoteControlPresetInfo.h" |
Syntax
class IAvaPlayableRemoteControlPresetInfoCache
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IAvaPlayableRemoteControlPresetInfoCache() |
Playable/AvaPlayableRemoteControlPresetInfo.h |
Functions
Public
| 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 | |
TSharedPtr< FAvaPlayableRemoteControlPresetInfo > GetRemoteControlPresetInfo
(
const FSoftObjectPath& InAssetPath, |
Request the RCP info cached for the given asset path. | Playable/AvaPlayableRemoteControlPresetInfo.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IAvaPlayableRemoteControlPresetInfoCache & Get() |
Playable/AvaPlayableRemoteControlPresetInfo.h |