---@class WBP_InteractButton_C:UUserWidget ---@field Button_Trigger UNewButton ---@field Image_Icon UImage ---@field Icon FSlateBrush ---@field ButtonText FString ---@field BGIcon FSlateBrush --Edit Below-- local WBP_InteractButton = { bInitDoOnce = false; }; function WBP_InteractButton:Construct() end -- function WBP_InteractButton:Tick(MyGeometry, InDeltaTime) -- end -- function WBP_InteractButton:Destruct() -- end return WBP_InteractButton;