FRemoteControlPresetGroup

Represents a group of field and offers operations to operate on the fields inside of that group.

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h

Include

#include "RemoteControlPreset.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FRemoteControlPresetGroup

Remarks

Represents a group of field and offers operations to operate on the fields inside of that group.

Variables

Name Description

Public variable UProperty

FGuid

 

Id

This group's ID.

Public variable UProperty

FName

 

Name

Name of this group.

Constructors

Name Description

Public function

FRemoteControlPresetGroup()

Public function

FRemoteControlPresetGroup

(
    FName InName,
    FGuid InId
)

Functions

Name Description

Public function

TArray< FGui...

 

AccessFields()

Get the fields under this group (Non-const)

Public function Const

const TArray...

 

GetFields()

Get the fields under this group.

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