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

Go to the source code of this file.

Classes

class  FNetworkReplayVersion
 
struct  FNetworkVersion
 

Macros

#define ENGINE_NET_VERSION   0
 
#define ENGINE_REPLAY_VERSION   ENGINE_NET_VERSION
 

Enumerations

enum class  EEngineNetworkRuntimeFeatures : uint16 { None = 0 , IrisEnabled = 1 << None }
 

Functions

 ENUM_CLASS_FLAGS (EEngineNetworkRuntimeFeatures)
 

Macro Definition Documentation

◆ ENGINE_NET_VERSION

#define ENGINE_NET_VERSION   0

Definition at line 12 of file NetworkVersion.h.

◆ ENGINE_REPLAY_VERSION

#define ENGINE_REPLAY_VERSION   ENGINE_NET_VERSION

Definition at line 15 of file NetworkVersion.h.

Enumeration Type Documentation

◆ EEngineNetworkRuntimeFeatures

List of runtime features that can affect network compatibility between two connections

Enumerator
None 
IrisEnabled 

Definition at line 44 of file NetworkVersion.h.

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EEngineNetworkRuntimeFeatures )