Navigation
API > API/Plugins > API/Plugins/AvalancheRemoteControl
| Name | FAvaRemoteControlUtils |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheRemoteControl/Public/AvaRemoteControlUtils.h |
| Include Path | #include "AvaRemoteControlUtils.h" |
Syntax
struct FAvaRemoteControlUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static 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. | AvaRemoteControlUtils.h | |
static bool RegisterRemoteControlPreset
(
URemoteControlPreset* InRemoteControlPreset, |
Register the given RemoteControlPreset in the RemoteControl module. | AvaRemoteControlUtils.h | |
static void UnregisterRemoteControlPreset
(
URemoteControlPreset* InRemoteControlPreset |
Unregister the given RemoteControlPreset from the RemoteControl module. | AvaRemoteControlUtils.h |