EQueuedHttpRequestType::Type

Windows
MacOS
Linux

References

Module

HttpNetworkReplayStreaming

Header

/Engine/Source/Runtime/NetworkReplayStreaming/HttpNetworkReplayStreaming/Public/HttpNetworkReplayStreaming.h

Include

#include "HttpNetworkReplayStreaming.h"

Syntax

namespace EQueuedHttpRequestType
{
    enum Type
    {
        StartUploading,
        UploadingHeader,
        UploadingStream,
        StopUploading,
        StartDownloading,
        DownloadingHeader,
        DownloadingStream,
        RefreshingViewer,
        EnumeratingSessions,
        EnumeratingCheckpoints,
        UploadingCheckpoint,
        DownloadingCheckpoint,
        AddingUser,
        UploadingCustomEvent,
        EnumeratingCustomEvent,
        RequestEventData,
        UploadHeader,
        StopStreaming,
        KeepReplay,
    }
}

Values

Name

Description

StartUploading

UploadingHeader

UploadingStream

StopUploading

StartDownloading

DownloadingHeader

DownloadingStream

RefreshingViewer

EnumeratingSessions

EnumeratingCheckpoints

UploadingCheckpoint

DownloadingCheckpoint

AddingUser

UploadingCustomEvent

EnumeratingCustomEvent

RequestEventData

UploadHeader

StopStreaming

KeepReplay

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss