34 lines
977 B
Lua
34 lines
977 B
Lua
---@class UGCLayout_BP_C:UAEUserWidget
|
|
---@field CanvasPanel_EnemyAlive UCanvasPanel
|
|
---@field CanvasPanel_SelfAlive UCanvasPanel
|
|
---@field HorizontalBox_EnemyTeamPlayers UHorizontalBox
|
|
---@field HorizontalBox_SelfTeamPlayers UHorizontalBox
|
|
---@field TextBlock_3 UTextBlock
|
|
---@field TextBlock_4 UTextBlock
|
|
---@field TextBlock_9 UTextBlock
|
|
---@field TextBlock_HP UTextBlock
|
|
---@field TextBlock_LeftTeamScore UTextBlock
|
|
---@field TextBlock_MaxHP UTextBlock
|
|
---@field TextBlock_RightTeamScore UTextBlock
|
|
---@field WB_BondSystemTip UWB_BondSystemTip_C
|
|
---@field WidgetSwitcher_AliveState UWidgetSwitcher
|
|
---@field WidgetSwitcher_EnemyTextTip UWidgetSwitcher
|
|
---@field WidgetSwitcher_SelfTextTip 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; |