Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTimeInterface.h |
| Include | #include "Interfaces/OnlineTimeInterface.h" |
Syntax
class IOnlineTime
Remarks
Interface for querying server time from an online service
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnQueryServerUtcTimeComplete | OnQueryServerUtcTimeCompleteDelegates | Called when the time request from the server is complete |
Constructors
| Type | Name | Description | |
|---|---|---|---|
IOnlineTime () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~IOnlineTime () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FDelegateHandle | AddOnQueryServerUtcTimeCompleteDelegate_Handle
(
const FOnQueryServerUtcTimeCompleteDelegate& Delegate |
||
| void | |||
| void | ClearOnQueryServerUtcTimeCompleteDelegates
(
void* Object |
||
| FString | Retrieve cached timestamp from last server time query | ||
| bool | Send request for current UTC time from the server | ||
| void | TriggerOnQueryServerUtcTimeCompleteDelegates
(
bool Param1, |