36 lines
1021 B
Lua
36 lines
1021 B
Lua
|
---@class UGCLayout_BP_C:UAEUserWidget
|
||
|
---@field CanvasPanel_SelectMenu UCanvasPanel
|
||
|
---@field HorizontalBox_Buffs UHorizontalBox
|
||
|
---@field Image_0 UImage
|
||
|
---@field Image_12 UImage
|
||
|
---@field Image_CD UImage
|
||
|
---@field TextBlock_2 UTextBlock
|
||
|
---@field TextBlock_6 UTextBlock
|
||
|
---@field TextBlock_AddCount UTextBlock
|
||
|
---@field TextBlock_HP UTextBlock
|
||
|
---@field TextBlock_MaxHP UTextBlock
|
||
|
---@field TextBlock_Round 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
|
||
|
--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;
|