Navigation
API > API/Plugins > API/Plugins/RemoteControlUI
Types of remote control field groups
| Name | ERCFieldGroupType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlUI/Public/UI/RCFieldGroupType.h |
| Include Path | #include "UI/RCFieldGroupType.h" |
Syntax
enum ERCFieldGroupType
{
None,
PropertyId,
Owner,
}
Values
| Name | Remarks |
|---|---|
| None | No Grouping. Will be shown as a flat list |
| PropertyId | Fields with same property id are grouped together |
| Owner | Fields with same owner are grouped together |