Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
CustomVersion.h File Reference
+ Include dependency graph for CustomVersion.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ECustomVersionSerializationFormat
 
struct  FCustomVersion
 
class  FCustomVersionContainer
 
struct  FCustomVersionDifference
 
class  FCurrentCustomVersions
 
class  FCustomVersionRegistration
 

Typedefs

typedef TArray< FCustomVersionFCustomVersionArray
 
typedef bool(* CustomVersionValidatorFunc) (const FCustomVersion &Version, const FCustomVersionArray &AllVersions, const TCHAR *DebugContext)
 

Enumerations

enum class  ECustomVersionDifference {
  Missing = 0x0 , Newer = 0x1 , Older = 0x2 , Invalid = 0x3 ,
  Missing , Newer , Older , Invalid
}
 

Typedef Documentation

◆ CustomVersionValidatorFunc

Definition at line 37 of file CustomVersion.h.

◆ FCustomVersionArray

Enumeration Type Documentation

◆ ECustomVersionDifference

Enumerator
Missing 
Newer 
Older 
Invalid 
Missing 
Newer 
Older 
Invalid 

Definition at line 171 of file CustomVersion.h.