Hi, I am continuously adding actors to the scene as the player moves around, from my subsystem (think minecraft chunks). When the origin shifts, my spawning subsystem needs to know about it.
I could have a persistent actor that overrides ApplyWorldOffset function, but that feels convoluted to get that information into the subsystem. Is there a better way?
Thank you.