Navigation
API > API/Plugins > API/Plugins/AvalancheRemoteControl > API/Plugins/AvalancheRemoteControl/FAvaRemoteControlRebind
References
| Module | AvalancheRemoteControl |
| Header | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheRemoteControl/Public/AvaRemoteControlRebind.h |
| Include | #include "AvaRemoteControlRebind.h" |
| Source | /Engine/Plugins/Experimental/Avalanche/Source/AvalancheRemoteControl/Private/AvaRemoteControlRebind.cpp |
static void RebindUnboundEntities
(
URemoteControlPreset * InPreset,
const ULevel * InLevel
)
Remarks
Resolved the bindings and exposed entities, transient objects are allowed.
Parameters
| Name | Description |
|---|---|
| InPreset | Preset to rebind. |
| InLevel | Specify the level to constrain the binding resolution to. Will use the parent world if not specified. |