FRemoteControlPresetLayout::MoveField

Move field to a group.

Windows
MacOS
Linux

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

bool MoveField
(
    FGuid FieldId,
    FGuid TargetGroupId
)

Remarks

Move field to a group.

Returns

whether the operation was successful.

Parameters

Parameter

Description

FieldId

the field to move.

TargetGroupId

the group to move the field in.

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