UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ReplayResult.h File Reference
#include "Net/Core/Connection/NetResult.h"
#include "ReplayResult.generated.h"

Go to the source code of this file.

Enumerations

enum class  EReplayResult : uint32 {
  Success , ReplayNotFound , Corrupt , UnsupportedCheckpoint ,
  GameSpecific , InitConnect , LoadMap , Serialization ,
  StreamerError , ConnectionClosed , MissingArchive , Unknown
}
 

Functions

 DECLARE_NETRESULT_ENUM (EReplayResult)
 
ENGINE_API const TCHARLexToString (EReplayResult Result)
 

Enumeration Type Documentation

◆ EReplayResult

enum class EReplayResult : uint32
strong
Enumerator
Success 
ReplayNotFound 
Corrupt 
UnsupportedCheckpoint 
GameSpecific 
InitConnect 
LoadMap 
Serialization 
StreamerError 
ConnectionClosed 
MissingArchive 
Unknown 

Function Documentation

◆ DECLARE_NETRESULT_ENUM()

DECLARE_NETRESULT_ENUM ( EReplayResult  )

◆ LexToString()

ENGINE_API const TCHAR * LexToString ( EReplayResult  Result)