gzbin7878at2016
Results
1
issues of
gzbin7878at2016
**Describe the bug** 每帧设置组件的位置代码如下: LuaBpActor.lua添加的测试代码 function actor:ReceiveTick(dt) self:_TestLoc() self:_TestLoc() self:_TestLoc() self:_TestLoc() self:_TestLoc() self:_TestLoc() end function actor:_TestLoc() self._hit = import("HitResult")() self._loc = import("Vector")() self["bp_Cube"]:K2_SetRelativeLocation(self._loc, false, self._hit, false) end **Version** UE4.26 for_4.25...