24 lines
444 B
Lua
24 lines
444 B
Lua
---@class WB_SetRot_C:UUserWidget
|
|
---@field Button_Reset UButton
|
|
---@field Image_0 UImage
|
|
---@field Slider_Yaw USlider
|
|
---@field TextBlock_Axle UTextBlock
|
|
---@field TextBlock_Yaw UTextBlock
|
|
--Edit Below--
|
|
local WB_SetRot = { bInitDoOnce = false; };
|
|
|
|
--[==[ Construct
|
|
function WB_SetRot:Construct()
|
|
|
|
end
|
|
-- Construct ]==]
|
|
|
|
-- function WB_SetRot:Tick(MyGeometry, InDeltaTime)
|
|
|
|
-- end
|
|
|
|
-- function WB_SetRot:Destruct()
|
|
|
|
-- end
|
|
|
|
return WB_SetRot; |