Navigation
API > API/Runtime > API/Runtime/HTTP
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * LexToString
(
const EHttpFlushReason& FlushReason |
HttpManager.h | ||
const TCHAR * LexToString
(
EHttpFailureReason HttpFailureReason |
Interfaces/IHttpBase.h |
LexToString(const EHttpFlushReason &)
| Name | LexToString |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/HttpManager.h |
| Include Path | #include "HttpManager.h" |
| Source | /Engine/Source/Runtime/Online/HTTP/Private/HttpManager.cpp |
const TCHAR * LexToString
(
const EHttpFlushReason & FlushReason
)
LexToString(EHttpFailureReason)
| Name | LexToString |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/HTTP/Public/Interfaces/IHttpBase.h |
| Include Path | #include "Interfaces/IHttpBase.h" |
const TCHAR * LexToString
(
EHttpFailureReason HttpFailureReason
)
the stringified version of the enum passed in