Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/FTimecodeEstimator
Description
Uses the previous frame time to determine the correct way to round the computed regression value to the correct TC value. This function may reset the regressor if a negative step was detected. This could happen in TC rollover or bad data from the underlying provider.
| Name | RoundFrameOrResetEstimator |
| Type | function |
| Header File | /Engine/Source/Runtime/TimeManagement/Public/Estimation/TimecodeEstimator.h |
| Include Path | #include "Estimation/TimecodeEstimator.h" |
| Source | /Engine/Source/Runtime/TimeManagement/Private/Estimation/TimecodeEstimator.cpp |
FFrameTime RoundFrameOrResetEstimator
(
const FFrameTime & UnroundedEstimatedTime
)