World Partition: Line trace stops working on reload

Hi everyone,

I am experiencing the following issue, likely related to world partition:

  • Pawn is at position A in the world, I use line trace to find the target ‘z’
  • Pawn teleports to B
  • Pawn teleports back to A. The landscape is visible but line trace no longer works: no hit against the landscape (I do get hits against other statics though).

What could I be doing wrong? or is this a bug?

Note: If I stay at position B long enough, the issue doesn’t occur. So it’s possible it’s a bug regarding unloading landscape proxies?