FINAL CUT
|
Public Member Functions | |
virtual auto | getClassName () const -> FString |
auto | addTimer (int interval) -> int |
auto | delTimer (int id) const -> bool |
auto | delOwnTimers () const -> bool |
auto | delAllTimers () const -> bool |
Static Public Member Functions | |
static auto | getCurrentTime () -> TimeValue |
static auto | isTimeout (const TimeValue &time, uInt64 timeout) -> bool |
Protected Member Functions | |
auto | getTimerList () const -> FTimer< FObject >::FTimerList * |
auto | processTimerEvent () -> uInt |