Navigation
API > API/Plugins > API/Plugins/AnimationLocomotionLibraryRuntim-
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UAnimCharacterMovementLibrary
References
| Module | AnimationLocomotionLibraryRuntime |
| Header | /Engine/Plugins/Animation/AnimationLocomotionLibrary/Source/Runtime/Public/AnimCharacterMovementLibrary.h |
| Include | #include "AnimCharacterMovementLibrary.h" |
Syntax
UCLASS&40;&41;
class UAnimCharacterMovementLibrary : public UBlueprintFunctionLibrary
Remarks
Library of common techniques for driving character locomotion animations.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FVector | PredictGroundMovementPivotLocation
(
const FVector& Acceleration, |
Predict where the character will change direction during a pivot based on its current movement properties and parameters from the movement component. | |
| FVector | PredictGroundMovementStopLocation
(
const FVector& Velocity, |
Predict where the character will stop based on its current movement properties and parameters from the movement component. |