Navigation
API > API/Plugins > API/Plugins/RemoteControlUI
Arguments provided by the exposed entities group widget factory
| Name | FRCPanelExposedEntitiesGroupWidgetFactoryArgs |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlUI/Public/UI/IRCPanelExposedEntitiesGroupWidgetFactory.h |
| Include Path | #include "UI/IRCPanelExposedEntitiesGroupWidgetFactory.h" |
Syntax
struct FRCPanelExposedEntitiesGroupWidgetFactoryArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRCPanelExposedEntitiesGroupWidgetFactoryArgs
(
const TWeakObjectPtr< URemoteControlPreset > InWeakPreset, |
UI/IRCPanelExposedEntitiesGroupWidgetFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChildProperties | TArray< TSharedRef< FRemoteControlProperty > > | The child properties that reside in this exposed entities group. | UI/IRCPanelExposedEntitiesGroupWidgetFactory.h | |
| WeakPreset | TWeakObjectPtr< URemoteControlPreset > | The preset for which this exposed entities group widget is painted | UI/IRCPanelExposedEntitiesGroupWidgetFactory.h |