UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NetworkVersion.h File Reference

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 , UseRemoteObjectReferences = 1 << IrisEnabled }
 

Functions

CORE_API DECLARE_LOG_CATEGORY_EXTERN (LogNetVersion, Log, All)
 
 ENUM_CLASS_FLAGS (EEngineNetworkRuntimeFeatures)
 

Macro Definition Documentation

◆ ENGINE_NET_VERSION

#define ENGINE_NET_VERSION   0

◆ ENGINE_REPLAY_VERSION

#define ENGINE_REPLAY_VERSION   ENGINE_NET_VERSION

Enumeration Type Documentation

◆ EEngineNetworkRuntimeFeatures

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

Enumerator
None 
IrisEnabled 
UseRemoteObjectReferences 

Function Documentation

◆ DECLARE_LOG_CATEGORY_EXTERN()

CORE_API DECLARE_LOG_CATEGORY_EXTERN ( LogNetVersion  ,
Log  ,
All   
)

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EEngineNetworkRuntimeFeatures  )