-
It now handles unowned actors differently. It works as follows:
Owned Actors: Sends transform from owner to non-owners.
Unowned Actors: Sends transform from from server to clients. -
Use Unreal’s SetOwner() function to set the owner to the client that you want to determine the position.
Let me know if you have any questions.