Hello,
I wonder why it is not possible to set location/rotation of my vehicle the same way as any other actor/pawn:
None of those actions works, game just plays like I’ve never pressed any button. What is more interesting, after being triggered, they return True (what is supposed to mean, that everything went OK), If I replace ‘MyCar1’ with any other actor, its fine, but if its vehicle, it fails.
Destroying vehicle and then spawning new is a very bad idea, because I would have to recreate its state and what is worse, i refer to every vehicle by many variables in GameMode.
Does anyone have idea how to fix this or walk around?
~Thanks in advance.