URemoteControlPreset::RenameTarget

Rename a target.

Windows
MacOS
Linux

Deprecated

  • Targets are deprecated in favor of bindings, you can now change the name of the binding directly.

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 RenameTarget
(
    FName TargetName,
    FName NewTargetName
)

Remarks

Rename a target.

Parameters

Parameter

Description

TargetName

The name of the target to rename.

NewTargetName

The new target's name.

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