UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
HttpRequestCommon.cpp File Reference
#include "GenericPlatform/HttpRequestCommon.h"
#include "GenericPlatform/HttpResponseCommon.h"
#include "HAL/Event.h"
#include "HAL/IConsoleManager.h"
#include "Http.h"
#include "HttpManager.h"
#include "Logging/StructuredLog.h"
#include "Misc/CommandLine.h"
#include "Stats/Stats.h"

Namespaces

namespace  UE
 
namespace  UE::HttpRequestCommon
 
namespace  UE::HttpRequestCommon::Private
 

Macros

#define UE_HTTP_LOG_AS_WARNING_IF(Condition, Format, ...)
 

Variables

TAutoConsoleVariable< boolUE::HttpRequestCommon::Private::CVarHttpLogJsonResponseOnly (TEXT("http.LogJsonResponseOnly"), true, TEXT("When log response payload, log json content only"), ECVF_SaveForNextBoot)
 

Macro Definition Documentation

◆ UE_HTTP_LOG_AS_WARNING_IF

#define UE_HTTP_LOG_AS_WARNING_IF (   Condition,
  Format,
  ... 
)
Value:
if (Condition) \
{ \
} \
else \
{ \
}
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127