Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule
Description
Registers a hosted (non-asset based) preset with an attached name. Embedded presets should only be registered while they are active.
| Name | RegisterEmbeddedPreset |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
bool RegisterEmbeddedPreset
(
URemoteControlPreset * Preset,
bool bReplaceExisting
)
whether registration was successful.