Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FNetworkReplayVersion Class Reference

#include <NetworkVersion.h>

+ Collaboration diagram for FNetworkReplayVersion:

Public Member Functions

 FNetworkReplayVersion ()
 
 FNetworkReplayVersion (const FString &InAppString, const uint32 InNetworkVersion, const uint32 InChangelist)
 

Public Attributes

FString AppString
 
uint32 NetworkVersion
 
uint32 Changelist
 

Detailed Description

Definition at line 19 of file NetworkVersion.h.

Constructor & Destructor Documentation

◆ FNetworkReplayVersion() [1/2]

FNetworkReplayVersion::FNetworkReplayVersion ( )
inline

Definition at line 22 of file NetworkVersion.h.

◆ FNetworkReplayVersion() [2/2]

FNetworkReplayVersion::FNetworkReplayVersion ( const FString & InAppString,
const uint32 InNetworkVersion,
const uint32 InChangelist )
inline

Definition at line 28 of file NetworkVersion.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ AppString

FString FNetworkReplayVersion::AppString

Definition at line 35 of file NetworkVersion.h.

◆ Changelist

uint32 FNetworkReplayVersion::Changelist

Definition at line 38 of file NetworkVersion.h.

◆ NetworkVersion

uint32 FNetworkReplayVersion::NetworkVersion

This is a hash of compatible versions, and not pulled directly from any version enums.

Definition at line 37 of file NetworkVersion.h.


The documentation for this class was generated from the following file: