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