URemoteControlPreset::GetFieldId

Get the ID for a field using its label.

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

FGuid GetFieldId
(
    FName FieldLabel
) const

Remarks

Get the ID for a field using its label.

Returns

the field's id, or an invalid GUID if not found.

Parameters

Parameter

Description

FieldLabel

the field's 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