FQueuedHttpRequestAddUser

[FQueuedHttpRequestAddUser](API\Runtime\HttpNetworkReplayStreaming\FQueuedHttpRequestAddUser) Custom event so that we can defer the need to knowing SessionName until we actually send it (which we should have it by then, since requests are executed in order)

Windows
MacOS
Linux

Inheritance Hierarchy

FQueuedHttpRequest

FQueuedHttpRequestAddUser

References

Module

HttpNetworkReplayStreaming

Header

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

Include

#include "HttpNetworkReplayStreaming.h"

Syntax

class FQueuedHttpRequestAddUser : public FQueuedHttpRequest

Remarks

FQueuedHttpRequestAddUser Custom event so that we can defer the need to knowing SessionName until we actually send it (which we should have it by then, since requests are executed in order)

Constructors

Name Description

Public function

FQueuedHttpRequestAddUser

(
    const FString& InUser,
    TSharedRef< class IHttpRequest, ESP...
)

Destructors

Name Description

Public function Virtual

~FQueuedHttpRequestAddUser()

Overridden from FQueuedHttpRequest

Name Description

Public function Virtual

bool

 

PreProcess

(
    FHttpNetworkReplayStreamer* St...,
    const FString& ServerURL,
    const FString& SessionName
)

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