6 static const ResourceName s_sLayout =
"{9790161CE3D20582}UI/layouts/Menus/ContentBrowser/Dialogs/DownloadConfirmationDialogContent.layout";
7 ResourceName GetLayout() {
return s_sLayout; }
9 ButtonWidget m_LoadingOverlay;
14 ImageWidget m_BackgroundImage;
16 ImageWidget m_AnimationImage;
21 VerticalLayoutWidget m_AddonContentVertical;
23 VerticalLayoutWidget m_MainAddonSection;
25 ButtonWidget m_MainAddonLine;
27 SCR_ModularButtonComponent m_MainAddonLineComponent1;
29 VerticalLayoutWidget m_OtherAddonsSection;
31 TextWidget m_OtherAddonsMessage;
33 VerticalLayoutWidget m_OtherAddonsList;
35 ImageWidget m_UpdateSpacer;
37 TextWidget m_UpdateAddonsMessage;
39 VerticalLayoutWidget m_UpdateAddonsList;
41 HorizontalLayoutWidget m_SummarySection;
43 SizeLayoutWidget m_AddonSizeOverlay;
45 TextWidget m_TotalAddonSizeText;
47 bool Init(Widget root)
49 m_LoadingOverlay = ButtonWidget.Cast(root.FindWidget(
"Overlay.m_LoadingOverlay"));
52 m_Blur = BlurWidget.Cast(root.FindWidget(
"Overlay.m_LoadingOverlay.loadingOverlayRoot1.m_Blur"));
54 m_BackgroundImage = ImageWidget.Cast(root.FindWidget(
"Overlay.m_LoadingOverlay.loadingOverlayRoot1.m_BackgroundImage"));
56 m_AnimationImage = ImageWidget.Cast(root.FindWidget(
"Overlay.m_LoadingOverlay.loadingOverlayRoot1.m_AnimationImage"));
59 m_Text = TextWidget.Cast(root.FindWidget(
"Overlay.m_LoadingOverlay.loadingOverlayRoot1.m_Text"));
61 m_AddonContentVertical = VerticalLayoutWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical"));
63 m_MainAddonSection = VerticalLayoutWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_MainAddonSection"));
65 m_MainAddonLine = ButtonWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_MainAddonSection.Overlay.m_MainAddonLine"));
67 m_MainAddonLineComponent1 = SCR_ModularButtonComponent.Cast(m_MainAddonLine.FindHandler(SCR_ModularButtonComponent));
69 m_OtherAddonsSection = VerticalLayoutWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_OtherAddonsSection"));
71 m_OtherAddonsMessage = TextWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_OtherAddonsSection.m_OtherAddonsMessage"));
73 m_OtherAddonsList = VerticalLayoutWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_OtherAddonsList"));
75 m_UpdateSpacer = ImageWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_UpdateSpacer"));
77 m_UpdateAddonsMessage = TextWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_UpdateAddonsMessage"));
79 m_UpdateAddonsList = VerticalLayoutWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_OtherAddonsSection.OtherAddonsScrollSize.Overlay.ScrollLayout.AddonListWrap.m_UpdateAddonsList"));
81 m_SummarySection = HorizontalLayoutWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_SummarySection"));
83 m_AddonSizeOverlay = SizeLayoutWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_SummarySection.m_AddonSizeOverlay"));
85 m_TotalAddonSizeText = TextWidget.Cast(root.FindWidget(
"Overlay.m_AddonContentVertical.m_SummarySection.m_AddonSizeOverlay.AddonSizeOverlay.m_TotalAddonSizeText"));