FHttpManager::IsValidRequest

Find an Http request in the lists of current valid requests

Windows
MacOS
Linux

References

Module

HTTP

Header

/Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h

Include

#include "HttpManager.h"

Source

/Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp

Syntax

bool IsValidRequest
(
    const IHttpRequest * RequestPtr
) const

Remarks

Find an Http request in the lists of current valid requests

Returns

true if the request is being tracked, false if not

Parameters

Parameter

Description

RequestPtr

ptr to the http request object to find

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