Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRemoteControlEntity
Description
Change this entity's label.
The returned label can be different from the desired one if the label was already tkaen in the preset.
| Name | Rename |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlEntity.h |
| Include Path | #include "RemoteControlEntity.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlEntity.cpp |
FName Rename
(
FName NewLabel
)
The assigned label.
Parameters
| Name | Remarks |
|---|---|
| NewLabel | the desired label. |