Navigation
API > API/Plugins > API/Plugins/AvalancheRemoteControl > API/Plugins/AvalancheRemoteControl/FAvaRemoteControlUtils
Description
Register the given RemoteControlPreset in the RemoteControl module. Registered RemoteControlPreset are made accessible, by name, to the other systems, like the Web interface.
| Name | RegisterRemoteControlPreset |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheRemoteControl/Public/AvaRemoteControlUtils.h |
| Include Path | #include "AvaRemoteControlUtils.h" |
| Source | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheRemoteControl/Private/AvaRemoteControlUtils.cpp |
static bool RegisterRemoteControlPreset
(
URemoteControlPreset * InRemoteControlPreset,
bool bInEnsureUniqueId
)
whether registration was successful.
Parameters
| Name | Remarks |
|---|---|
| InRemoteControlPreset | Preset to register |
| bInEnsureUniqueId | The registered preset will be given a unique id if another preset instance has already been registered. |