Navigation
API > API/Runtime > API/Runtime/BackgroundHTTPFileHash > API/Runtime/BackgroundHTTPFileHash/FBackgroundHttpFileHashHelper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveURLMapping
(
const FString& URL |
BackgroundHttpFileHashHelper.h | ||
void RemoveURLMapping
(
const FString& URL, |
Removes URL mapping. | BackgroundHttpFileHashHelper.h |
RemoveURLMapping(const FString &)
| Name | RemoveURLMapping |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTPFileHash/Public/BackgroundHttpFileHashHelper.h |
| Include Path | #include "BackgroundHttpFileHashHelper.h" |
void RemoveURLMapping
(
const FString & URL
)
RemoveURLMapping(const FString &, const FString &)
Description
Removes URL mapping.
| Name | RemoveURLMapping |
| Type | function |
| Header File | /Engine/Source/Runtime/Online/BackgroundHTTPFileHash/Public/BackgroundHttpFileHashHelper.h |
| Include Path | #include "BackgroundHttpFileHashHelper.h" |
| Source | /Engine/Source/Runtime/Online/BackgroundHTTPFileHash/Private/BackgroundHttpFileHashHelper.cpp |
void RemoveURLMapping
(
const FString & URL,
const FString & RequestID
)