Navigation
API > API/Plugins > API/Plugins/RemoteControl
Represents a group of field and offers operations to operate on the fields inside of that group.
| Name | FRemoteControlPresetGroup |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include Path | #include "RemoteControlPreset.h" |
Syntax
USTRUCT ()
struct FRemoteControlPresetGroup
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RemoteControlPreset.h | |||
FRemoteControlPresetGroup
(
FName InName, |
RemoteControlPreset.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Id | FGuid | This group's ID. | RemoteControlPreset.h | |
| Name | FName | Name of this group. | RemoteControlPreset.h | |
| TagColor | FLinearColor | Color Tag for this group. | RemoteControlPreset.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Fields | TArray< FGuid > | The list of exposed fields under this group. | RemoteControlPreset.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get the fields under this group (Non-const) | RemoteControlPreset.h | ||
| Get the fields under this group. | RemoteControlPreset.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FLinearColor MakeSimilarSaturatedColor
(
float InSaturationLevel |
Makes a random but similar saturated color. | RemoteControlPreset.h |