Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/PhysicsMover > API/Plugins/Mover/PhysicsMover/UPhysicsMovementUtils
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/PhysicsMover/PhysicsMovementUtils.h |
| Include | #include "PhysicsMover/PhysicsMovementUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/PhysicsMover/PhysicsMovementUtils.cpp |
static FVector ComputeIntegratedGroundVelocityFromHitResult
(
const FVector & CharacterPosition,
const FHitResult & FloorHit,
const float DeltaSeconds
)
Remarks
Returns the integrated with gravity velocity of the ground at the character position.