FRemoteControlPresetLayout::FindGroupFromField

Find the group that holds the specified field. Search for a group that contains a certain field.

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

FRemoteControlPresetGroup * FindGroupFromField
(
    FGuid FieldId
)

Remarks

Find the group that holds the specified field. Search for a group that contains a certain field.

Returns

A pointer to the found group or nullptr.

Parameters

Parameter

Description

FieldId

the field to search a group for.

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