Can I move a character to a new location without any element (Actor, TargetPoint) just a FVector coordination?

Hi everybody,

I would like to move a character to a new position without any element (Actor or TargetPoint). I have a new location in FVector and I just want to use that.

Thank you!

Have a nice day!

Thank you, but I thought of a solution that is not instant teleport, the character uses movements for move to the new position.

This may be what you are looking for:

SetActorLocation(newLocation, false);