Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FTimerData
Syntax
double ExpireTime
Remarks
Time (on the FTimerManager's clock) that this timer should expire and fire its delegate. Note when a timer is paused, we re-base ExpireTime to be relative to 0 instead of the running clock, meaning ExpireTime contains the remaining time until fire.