39 lines
1.2 KiB
Lua
39 lines
1.2 KiB
Lua
|
---@class UGCLayout_BP_C:UAEUserWidget
|
||
|
---@field CanvasPanel_SelectMenu UCanvasPanel
|
||
|
---@field HorizontalBox_Buffs UHorizontalBox
|
||
|
---@field Image_12 UImage
|
||
|
---@field Image_CD UImage
|
||
|
---@field ProgressBar_ToGod UProgressBar
|
||
|
---@field TextBlock_AddCount UTextBlock
|
||
|
---@field TextBlock_Count UTextBlock
|
||
|
---@field TextBlock_HP UTextBlock
|
||
|
---@field TextBlock_LeftTeamScore UTextBlock
|
||
|
---@field TextBlock_MaxHP UTextBlock
|
||
|
---@field TextBlock_RemainTime UTextBlock
|
||
|
---@field TextBlock_RightTeamScore UTextBlock
|
||
|
---@field TextBlock_TargetScore UTextBlock
|
||
|
---@field UniformGridPanel_Buff UUniformGridPanel
|
||
|
---@field VerticalBox_OtherBuff UVerticalBox
|
||
|
---@field WidgetSwitcher_AutoSelect UWidgetSwitcher
|
||
|
---@field WidgetSwitcher_ChangeAutoSelect UWidgetSwitcher
|
||
|
---@field WidgetSwitcher_DetailedInformation UWidgetSwitcher
|
||
|
---@field WidgetSwitcher_DetailedInformationText UWidgetSwitcher
|
||
|
---@field WidgetSwitcher_IsGod UWidgetSwitcher
|
||
|
--Edit Below--
|
||
|
local UGCLayout_BP = { bInitDoOnce = false; };
|
||
|
|
||
|
--[==[ Construct
|
||
|
function UGCLayout_BP:Construct()
|
||
|
|
||
|
end
|
||
|
-- Construct ]==]
|
||
|
|
||
|
-- function UGCLayout_BP:Tick(MyGeometry, InDeltaTime)
|
||
|
|
||
|
-- end
|
||
|
|
||
|
-- function UGCLayout_BP:Destruct()
|
||
|
|
||
|
-- end
|
||
|
|
||
|
return UGCLayout_BP;
|