UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HttpNetworkReplayStreaming.h File Reference
#include "CoreMinimal.h"
#include "Stats/Stats.h"
#include "NetworkReplayStreaming.h"
#include "Interfaces/IHttpRequest.h"
#include "Tickable.h"
#include "HttpNetworkReplayStreaming.generated.h"

Go to the source code of this file.

Classes

class  FHttpStreamFArchive
 
class  FQueuedHttpRequest
 
class  FQueuedHttpRequestAddEvent
 
class  FQueuedHttpRequestAddUser
 
class  FQueuedGotoFakeCheckpoint
 
class  FCachedResponse
 
class  FHttpNetworkReplayStreamer
 
class  FHttpNetworkReplayStreamingFactory
 

Namespaces

namespace  EQueuedHttpRequestType
 

Macros

#define UE_API   HTTPNETWORKREPLAYSTREAMING_API
 

Enumerations

enum  EQueuedHttpRequestType::Type {
  EQueuedHttpRequestType::StartUploading , EQueuedHttpRequestType::UploadingHeader , EQueuedHttpRequestType::UploadingStream , EQueuedHttpRequestType::StopUploading ,
  EQueuedHttpRequestType::StartDownloading , EQueuedHttpRequestType::DownloadingHeader , EQueuedHttpRequestType::DownloadingStream , EQueuedHttpRequestType::RefreshingViewer ,
  EQueuedHttpRequestType::EnumeratingSessions , EQueuedHttpRequestType::EnumeratingCheckpoints , EQueuedHttpRequestType::UploadingCheckpoint , EQueuedHttpRequestType::DownloadingCheckpoint ,
  EQueuedHttpRequestType::AddingUser , EQueuedHttpRequestType::UploadingCustomEvent , EQueuedHttpRequestType::EnumeratingCustomEvent , EQueuedHttpRequestType::RequestEventData ,
  EQueuedHttpRequestType::UploadHeader , EQueuedHttpRequestType::StopStreaming , EQueuedHttpRequestType::KeepReplay
}
 
enum class  EHttpReplayResult : uint32 {
  Success , FailedJsonParse , DataUnavailable , InvalidHttpResponse ,
  CompressionFailed , DecompressionFailed , InvalidPayload , Unknown
}
 

Functions

const TCHAREQueuedHttpRequestType::ToString (EQueuedHttpRequestType::Type Type)
 
 DECLARE_NETRESULT_ENUM (EHttpReplayResult)
 
HTTPNETWORKREPLAYSTREAMING_API const TCHARLexToString (EHttpReplayResult Enum)
 

Macro Definition Documentation

◆ UE_API

Enumeration Type Documentation

◆ EHttpReplayResult

enum class EHttpReplayResult : uint32
strong
Enumerator
Success 
FailedJsonParse 
DataUnavailable 
InvalidHttpResponse 
CompressionFailed 
DecompressionFailed 
InvalidPayload 
Unknown 

Function Documentation

◆ DECLARE_NETRESULT_ENUM()

DECLARE_NETRESULT_ENUM ( EHttpReplayResult  )

◆ LexToString()