UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EHttpResponseCodes Namespace Reference

Enumerations

enum  Type
 

Functions

FString ResponseCodeToString (Type ResponseCode)
 
bool IsOk (int32 StatusCode)
 
FString GetResponseCodeAsErrorCode (int32 StatusCode)
 
FText GetDescription (EHttpResponseCodes::Type StatusCode)
 

Enumeration Type Documentation

◆ Type

Function Documentation

◆ GetDescription()

FText EHttpResponseCodes::GetDescription ( EHttpResponseCodes::Type  StatusCode)
inline
Parameters
StatusCodehttp response code to retrieve
Returns
The status code description

◆ GetResponseCodeAsErrorCode()

FString EHttpResponseCodes::GetResponseCodeAsErrorCode ( int32  StatusCode)
inline

◆ IsOk()

bool EHttpResponseCodes::IsOk ( int32  StatusCode)
inline
Parameters
StatusCodehttp response code to check
Returns
true if the status code is an Ok response

◆ ResponseCodeToString()

FString EHttpResponseCodes::ResponseCodeToString ( Type  ResponseCode)
inline