Navigation
API > API/Plugins > API/Plugins/AvalancheMedia > API/Plugins/AvalancheMedia/IAvaPlayableRemoteControlPresetI-
Description
Request the RCP info cached for the given asset path. If not available, will be created from the given RCP.
| Name | GetRemoteControlPresetInfo |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheMedia/Public/Playable/AvaPlayableRemoteControlPresetInfo.h |
| Include Path | #include "Playable/AvaPlayableRemoteControlPresetInfo.h" |
TSharedPtr < FAvaPlayableRemoteControlPresetInfo > GetRemoteControlPresetInfo
(
const FSoftObjectPath & InAssetPath,
const URemoteControlPreset * InRemoteControlPreset
)