Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/UMoverDebugComponent
Description
Change history tracking feature settings. Anything <= 0 for SecondsToTrack will disable the feature.
| Name | SetHistoryTracking |
| 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, Category=Mover)
void SetHistoryTracking
(
float SecondsToTrack,
float SamplesPerSecond
)