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 URemoteControlPreset * FindEmbeddedPresetInLevel
(
ULevel * InLevel
)
Remarks
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. the registered preset if found, null otherwise
Parameters
| Name | Description |
|---|---|
| InLevel | the level containing the preset |