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
class IRCPanelExposedEntityWidgetFactory
Remarks
Factory for a widget in a column of an exposed entity row
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Returns the column in which the widget should be drawn | ||
| FName | Returns the protocol name, or name none if the widget factory is not protocol specific. | ||
| TSharedRef< SWidget > | MakePropertyWidget
(
const FRCPanelExposedPropertyWidgetArgs& Args |
Creates a widget for a property in a column of an exposed entity row |