Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverDebugComponent
Description
Get a read-only sampling of where the actor has recently been, ordered by ascending age. Will be empty unless history tracking is enabled.
| Name | GetPastTrajectory |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/Debug/MoverDebugComponent.h |
| Include Path | #include "Debug/MoverDebugComponent.h" |
| Source | /Engine/Plugins/Experimental/Mover/Source/Mover/Private/Debug/MoverDebugComponent.cpp |
UFUNCTION (BlueprintCallable, BlueprintPure=false, Category=Mover)
TArray < FTrajectorySampleInfo > GetPastTrajectory() const
See Also
- SetHistoryTracking