Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverComponent
Description
Get a sampling of where the actor is projected to be in the future, based on a current state. Note that this is projecting ideal movement without doing full simulation and collision. The first sample info of the returned array corresponds to the current state of the mover.
| Name | GetPredictedTrajectory |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverComponent.h |
| Include Path | #include "MoverComponent.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/MoverComponent.cpp |
UFUNCTION (BlueprintCallable, BlueprintPure=false, Category=Mover)
TArray < FTrajectorySampleInfo > GetPredictedTrajectory
(
FMoverPredictTrajectoryParams PredictionParams
)