Navigation
API > API/Plugins > API/Plugins/AvalancheRemoteControl
References
| Module | AvalancheRemoteControl |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheRemoteControl/Public/AvaRemoteControlUtils.h |
| Include | #include "AvaRemoteControlUtils.h" |
Syntax
struct FAvaRemoteControlUtils
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | RegisterRemoteControlPreset
(
URemoteControlPreset* InRemoteControlPreset, |
Register the given RemoteControlPreset in the RemoteControl module. | |
| void | UnregisterRemoteControlPreset
(
URemoteControlPreset* InRemoteControlPreset |
Unregister the given RemoteControlPreset from the RemoteControl module. |