Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore > API/Runtime/IoStoreOnDemandCore/FIoHttpHeaders
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnsiStringView Get
(
FAnsiStringView Key |
IO/HttpIoDispatcher.h | ||
FAnsiStringView Get
(
const FAnsiString& Key |
IO/HttpIoDispatcher.h |
Get(FAnsiStringView)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path | #include "IO/HttpIoDispatcher.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/HttpIoDispatcher.cpp |
FAnsiStringView Get
(
FAnsiStringView Key
) const
Get(const FAnsiString &)
| Name | Get |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/HttpIoDispatcher.h |
| Include Path | #include "IO/HttpIoDispatcher.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/HttpIoDispatcher.cpp |
FAnsiStringView Get
(
const FAnsiString & Key
) const