Navigation
API > API/Plugins > API/Plugins/Mover
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMoverTrajectoryPredictor
References
| Module | Mover |
| Header | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverPoseSearchTrajectoryPredictor.h |
| Include | #include "MoverPoseSearchTrajectoryPredictor.h" |
Syntax
UCLASS (BlueprintType, EditInlineNew)
class UMoverTrajectoryPredictor :
public UObject ,
public IPoseSearchTrajectoryPredictorInterface
Remarks
Trajectory predictor that can query from a Mover-driven actor, for use with Pose Search
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UMoverComponent > | MoverComponent |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GetCurrentState_Implementation
(
FVector& OutPosition, |
||
| void | GetGravity_Implementation
(
FVector& OutGravityAccel |
||
| void | GetVelocity_Implementation
(
FVector& OutVelocity |
||
| void | Predict_Implementation
(
FPoseSearchQueryTrajectory& InOutTrajectory, |
||
| void | Setup
(
UMoverComponent* InMoverComponent |