Navigation
API > API/Plugins > API/Plugins/MotionTrajectory
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UCharacterMovementTrajectoryLibrary
References
| Module | MotionTrajectory |
| Header | /Engine/Plugins/Experimental/Animation/MotionTrajectory/Source/MotionTrajectory/Public/CharacterMovementTrajectoryLibrary.h |
| Include | #include "CharacterMovementTrajectoryLibrary.h" |
Syntax
UCLASS&40;&41;
class UCharacterMovementTrajectoryLibrary : public UBlueprintFunctionLibrary
Remarks
Library of functions useful for generating trajectories based on the behavior of the UCharacterMovementComponent.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | StepCharacterMovementGroundPrediction
(
float InDeltaTime, |
Approximate the behavior of the UCharacterMovementComponent during ground locomotion. |