URemoteControlPreset::RenameField

Rename a field.

Windows
MacOS
Linux

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

Syntax

void RenameField
(
    FName OldFieldLabel,
    FName NewFieldLabel
)

Remarks

Rename a field.

Parameters

Parameter

Description

OldFieldLabel

the target field's label.

NewFieldLabel

the field's new label.

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