Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
RecoveryService Namespace Reference

Functions

FString GetRecoveryServerName ()
 
FString MakeSessionName ()
 
bool TokenizeSessionName (const FString &SessionName, FString *OutServerName, int32 *SeqNum, FString *ProjName, FDateTime *DateTime)
 

Function Documentation

◆ GetRecoveryServerName()

FString RecoveryService::GetRecoveryServerName ( )

Generates a name for the disaster recovery service embedded in the CrashReporterClientEditor.

◆ MakeSessionName()

FString RecoveryService::MakeSessionName ( )

Generates a name for the disaster recovery session.

◆ TokenizeSessionName()

bool RecoveryService::TokenizeSessionName ( const FString & SessionName,
FString * OutServerName,
int32 * SeqNum,
FString * ProjName,
FDateTime * DateTime )

Tokenize the session name into its components.