Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include | #include "RemoteControlPreset.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
FName SetControllerDisplayName
(
FGuid InControllerGuid,
const FName & InNewName
) const
Remarks
Rename the given controller with the new name if the name is unique New name of the controller
Parameters
| Name | Description |
|---|---|
| InControllerGuid | Id of the controller to rename |
| InNewName | New name for the controller |