UGCProjects/GZJ/Script/UI/ChildWidgets/WBP_InteractButton.lua
2025-01-08 22:46:12 +08:00

24 lines
455 B
Lua

---@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;