IRemoteControlModule::RegisterPreset

Register the preset with the module, enabling using the preset remotely using its name.

Windows
MacOS
Linux

Deprecated

  • RegisterPreset is deprecated.

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h

Include

#include "IRemoteControlModule.h"

Syntax

bool RegisterPreset
(
    FName Name,
    URemoteControlPreset * Preset
)

Remarks

Register the preset with the module, enabling using the preset remotely using its name.

Returns

whether registration was successful.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss