Navigation
API > API/Plugins > API/Plugins/RemoteControlUI
Arguments to construct an exposed property widget
| Name | FRCPanelExposedPropertyWidgetArgs |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlUI/Public/UI/IRCPanelExposedEntityWidgetFactory.h |
| Include Path | #include "UI/IRCPanelExposedEntityWidgetFactory.h" |
Syntax
struct FRCPanelExposedPropertyWidgetArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRCPanelExposedPropertyWidgetArgs
(
const TWeakObjectPtr< URemoteControlPreset > InWeakPreset, |
UI/IRCPanelExposedEntityWidgetFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Property | const TSharedRef< FRemoteControlProperty > | The property of shown in this widget. | UI/IRCPanelExposedEntityWidgetFactory.h | |
| WeakPreset | const TWeakObjectPtr< URemoteControlPreset > | The preset for which this exposed entities group widget is painted | UI/IRCPanelExposedEntityWidgetFactory.h |