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 | |
|---|---|---|---|
| URemoteControlPreset * | FindEmbeddedPresetInLevel
(
ULevel* InLevel |
Iterates the active Embedded Presets and finds the one that is within the given Level Note: this will not find presets that have not been registered, even if outered to the given Level. | |
| bool | RegisterRemoteControlPreset
(
URemoteControlPreset* InRemoteControlPreset, |
Register the given RemoteControlPreset in the RemoteControl module. | |
| void | UnregisterRemoteControlPreset
(
URemoteControlPreset* InRemoteControlPreset |
Unregister the given RemoteControlPreset from the RemoteControl module. |