Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMovementUtils
Description
Applies a desired angular velocity to a starting rotator over time. Returns the new orientation rotator.
| Name | ApplyAngularVelocity |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtils.h |
| Include Path | #include "MoveLibrary/MovementUtils.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoveLibrary/MovementUtils.cpp |
UFUNCTION (BlueprintCallable, Category=Mover)
static FRotator ApplyAngularVelocity
(
const FRotator & StartingOrient,
const FRotator & AngularVelocity,
float DeltaSeconds
)