Navigation
API > API/Plugins > API/Plugins/RemoteControlUI
Factory for a widget in a column in an exposed entities group row
| Name | IRCPanelExposedEntitiesGroupWidgetFactory |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlUI/Public/UI/IRCPanelExposedEntitiesGroupWidgetFactory.h |
| Include Path | #include "UI/IRCPanelExposedEntitiesGroupWidgetFactory.h" |
Syntax
class IRCPanelExposedEntitiesGroupWidgetFactory
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetColumnName() |
Returns the column in which the widget should be painted | UI/IRCPanelExposedEntitiesGroupWidgetFactory.h | |
virtual FName GetProtocolName() |
Returns the protocol name, or name none if the widget factory is not protocol specific. | UI/IRCPanelExposedEntitiesGroupWidgetFactory.h | |
TSharedRef< SWidget > MakeWidget
(
const FRCPanelExposedEntitiesGroupWidgetFactoryArgs& Args |
Creates a widget in a column in an exposed entities group row. | UI/IRCPanelExposedEntitiesGroupWidgetFactory.h |