Is there such a thing as 'get world velocity' of a pawn?
If my e.g paper2d character stands on a moving platform 'get velocity' will return [0,0,0] which is obviously not its world velocity, and I can't find anything that'll give me this data.
Does anyone know of an easy way to get this? Or if it's not easily accessible? Or a hard way to get it?
Thanks.
If my e.g paper2d character stands on a moving platform 'get velocity' will return [0,0,0] which is obviously not its world velocity, and I can't find anything that'll give me this data.
Does anyone know of an easy way to get this? Or if it's not easily accessible? Or a hard way to get it?

Thanks.
Comment