Navigation
API > API/Plugins > API/Plugins/RemoteControl
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include | #include "RemoteControlPreset.h" |
Syntax
USTRUCT&40;&41;
struct FRemoteControlPresetGroup
Remarks
Represents a group of field and offers operations to operate on the fields inside of that group.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | Id | This group's ID. | |
| FName | Name | Name of this group. | |
| FLinearColor | TagColor | Color Tag for this group. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRemoteControlPresetGroup
(
FName InName, |