Move vs Linear Velocity

CaptFinnCaptFinn Member Posts: 1,828

Just working on my project. Looked at my Projectile actor. With its "move/90/300speed" Then realized I could just put Linear Velocity/Y/300.

Either of these a performance improvement over the other?

Comments

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Performance comes down to tight intergrated code. If your code is clunky and bloated then these types of minor performance tweeks your looking for will be pointless. For most of this stuff the performance is marginal at best.

Sign In or Register to comment.