sluaunreal icon indicating copy to clipboard operation
sluaunreal copied to clipboard

大大们,问一个小白的问题

Open hsakuya opened this issue 11 months ago • 1 comments

lua中直接使用FAnchors会发现FAnchors是个nil,但是它不应该是一个UStruct吗

hsakuya avatar Mar 25 '24 10:03 hsakuya

可以用下

local FAnchors = import("Anchors")
local Anchors = FAnchors()

zjhongxian avatar Mar 26 '24 02:03 zjhongxian