FRemoteControlPresetLayout::GetGroupByName

Get a group by searching by name.

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 * GetGroupByName
(
    FName GroupName
)

Remarks

Get a group by searching by name.

Returns

A pointer to the found group or nullptr.

Parameters

Parameter

Description

GroupName

the name to use.

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