Spawn Actor Transform vs. Set Actor Transform

I don’t use projectiles or pools, or know much about your allocation method, but…

I wonder if somehow you are changing tick group:

Obviously normal projectiles will be in the physics group, but with your other method, maybe you’re setting the transform to late. You could make that code pre-physics and check it out…

1 Like