Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
Deprecated * Use RenameExposedEntity instead.
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 |
void RenameField
&40;
FName OldFieldLabel,
FName NewFieldLabel
&41;
Remarks
Rename a field.
Parameters
| Name | Description |
|---|---|
| OldFieldLabel | the target field's label. |
| NewFieldLabel | the field's new label. |