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