2025-01-04 23:00:19 +08:00

39 lines
1.0 KiB
Lua

---@class UGCLayout_BP_C:UAEUserWidget
---@field CanvasPanel_tips UCanvasPanel
---@field Image_0 UImage
---@field Image_9 UImage
---@field Image_BG UImage
---@field Image_Icon UImage
---@field ProgressBar_Enemy UProgressBar
---@field ProgressBar_SelfTeam UProgressBar
---@field TextBlock_BuffName UTextBlock
---@field TextBlock_Enemy UTextBlock
---@field TextBlock_HP UTextBlock
---@field TextBlock_LeftTeamScore UTextBlock
---@field TextBlock_Level UTextBlock
---@field TextBlock_MaxHP UTextBlock
---@field TextBlock_Name UTextBlock
---@field TextBlock_RemainTime UTextBlock
---@field TextBlock_RightTeamScore UTextBlock
---@field TextBlock_SelfTeam UTextBlock
---@field TextBlock_TargetScore UTextBlock
---@field TextBlock_Tip UTextBlock
---@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;