I have some actors that are serving as the UI for the game. As such, I’d like them to match the camera’s movements. I’m currently using this on the actor’s EventTick:
But if the camera moves quickly, such as when I use Set View Target With Blend, there’s a noticeable delay before the actor catches up with it. Is there a way to make the actor move precisely with the camera?