37 lines
1.2 KiB
Lua
Raw Permalink Normal View History

2025-01-04 23:00:19 +08:00
---@class UGCLayout_BP_C:UAEUserWidget
---@field Button_0 UButton
---@field CustomizeCanvasPanel_BP_Desc UCustomizeCanvasPanel_BP_C
---@field CustomizeCanvasPanel_ChangeMode UCustomizeCanvasPanel_BP_C
---@field CustomizeCanvasPanel_PlaceValue UCustomizeCanvasPanel_BP_C
---@field CustomizeCanvasPanel_SelectPlaceItem UCustomizeCanvasPanel_BP_C
---@field CustomizeCanvasPanel_SetYaw UCustomizeCanvasPanel_BP_C
---@field ScrollBox_Items UScrollBox
---@field TextBlock_ItemCountRange UTextBlock
---@field TextBlock_ItemDesc UTextBlock
---@field TextBlock_ItemName UTextBlock
---@field TextBlock_PlaceValue UTextBlock
---@field WB_PlaceItem UWB_PlaceItem_C
---@field WB_PlaceItem_C_0 UWB_PlaceItem_C
---@field WB_PlaceItem_C_1 UWB_PlaceItem_C
---@field WB_PlaceItem_C_2 UWB_PlaceItem_C
---@field WB_PlaceItem_C_3 UWB_PlaceItem_C
---@field WB_PlaceItem_C_4 UWB_PlaceItem_C
---@field WidgetSwitcher_IsPlace 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;