Navigation
API > API/Plugins > API/Plugins/VCamCore > API/Plugins/VCamCore/UI > API/Plugins/VCamCore/UI/Switcher
References
| Module | VCamCore |
| Header | /Engine/Plugins/Experimental/VirtualCameraCore/Source/VCamCore/Public/UI/Switcher/WidgetConnectionConfig.h |
| Include | #include "UI/Switcher/WidgetConnectionConfig.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FWidgetConnectionConfig
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, FVCamConnectionTargetSettings > | ConnectionTargets | Key: A valid key of in UVCamWidget::Connections of the widget identified via WidgetProperty. | |
| FVCamChildWidgetReference | Widget | Defines the widget whose connections should be updated. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| UVCamWidget * | ResolveWidget
(
UVCamStateSwitcherWidget* OwnerWidget |