Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
UE::FTimeout Class Reference

#include <Timeout.h>

+ Collaboration diagram for UE::FTimeout:

Public Member Functions

 FTimeout (FTimespan Value)
 
 operator bool () const
 
FTimespan GetElapsedTime () const
 
FTimespan GetRemainingTime () const
 

Private Attributes

FTimespan Start { FTimespan::FromSeconds(FPlatformTime::Seconds()) }
 
FTimespan Timeout
 

Detailed Description

Definition at line 17 of file Timeout.h.

Constructor & Destructor Documentation

◆ FTimeout()

UE::FTimeout::FTimeout ( FTimespan Value)
inlineexplicit

Definition at line 20 of file Timeout.h.

Member Function Documentation

◆ GetElapsedTime()

FTimespan UE::FTimeout::GetElapsedTime ( ) const
inline

Definition at line 30 of file Timeout.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetRemainingTime()

FTimespan UE::FTimeout::GetRemainingTime ( ) const
inline

Definition at line 35 of file Timeout.h.

+ Here is the call graph for this function:

◆ operator bool()

UE::FTimeout::operator bool ( ) const
inlineexplicit

Definition at line 25 of file Timeout.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ Start

FTimespan UE::FTimeout::Start { FTimespan::FromSeconds(FPlatformTime::Seconds()) }
private

Definition at line 41 of file Timeout.h.

◆ Timeout

FTimespan UE::FTimeout::Timeout
private

Definition at line 42 of file Timeout.h.


The documentation for this class was generated from the following file: