---@class WB_UIGameBG_C:UUserWidget --Edit Below-- local WB_UIGameBG = { bInitDoOnce = false; }; --[==[ Construct function WB_UIGameBG:Construct() end -- Construct ]==] -- function WB_UIGameBG:Tick(MyGeometry, InDeltaTime) -- end -- function WB_UIGameBG:Destruct() -- end return WB_UIGameBG;