Hi
How to disable replicating actor rotation, by condition?
I have actors tick facing their respective Targets. Instead of sending rotation that often, just update Target reference, and have server and proxies calculate and update rotation on their ends. Conversely, on clear Target, resume replicating rotation. Otherwise, I’m getting fighting between replicated rotation and the local one.
Can’t find documentation or examples.
Thank you