Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/FMoverTime
Description
Returns elapsed time in seconds from this time to Other. In fixed time steps (FrameCount != INDEX_NONE), uses integer frame arithmetic for exactness. (but intra step time differences, smaller than FixedFrameDtSeconds, will have to use other functions) In variable time steps (FrameCount == INDEX_NONE), uses floating-point ms arithmetic.
| Name | ElapsedSecondsTo |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoverTypes.h |
| Include Path | #include "MoverTypes.h" |
double ElapsedSecondsTo
(
const FMoverTime & Other,
double FixedFrameDtSeconds
) const