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