Navigation
API > API/Developer > API/Developer/Horde > API/Developer/Horde/FHordeHttpClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< IHttpResponse > Get
(
const TCHAR* Path |
HordeHttpClient.h | ||
T Get
(
const TCHAR* Path |
HordeHttpClient.h |
Get(const TCHAR *)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/HordeHttpClient.h |
| Include Path | #include "HordeHttpClient.h" |
| Source | /Engine/Source/Developer/Horde/Private/HordeHttpClient.cpp |
TSharedRef< IHttpResponse > Get
(
const TCHAR * Path
)
Get(const TCHAR *)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Developer/Horde/Public/HordeHttpClient.h |
| Include Path | #include "HordeHttpClient.h" |
template<typename T>
T Get
(
const TCHAR * Path
)