I have a setup in which the character can alter its mode of movement. At some point i try to read out the velocity of the character (Capsule) and was surprised to find that only X and Y velocities are non-zero. the Z velocity is always 0? I guess this has to do with the setup of the CharacterMovement, but i do need this Z velocity, does anybody know what property encodes this Z velocity?
Let me simplify the question: How do i read out the Z-velocity of my pawn if it is moving up-hill whilst not jumping or falling? Somewhere in the engine a delta-z must be applied to alter the location of the pawn to make it follow the surface of the landscape, where do i find this value? Thank you!