Navigation
API > API/Plugins > API/Plugins/WebAPI
| Name | UWebAPIUtilities |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPI/Public/WebAPIUtilities.h |
| Include Path | #include "WebAPIUtilities.h" |
Syntax
UCLASS ()
class UWebAPIUtilities : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UWebAPIUtilities
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString GetHostFromUrl
(
const FString& InUrl |
Return the host (only) from the provided Url. | WebAPIUtilities.h |
|
static const FText & GetResponseMessage
(
const FWebAPIMessageResponse& MessageResponse |
Return the message from the provided response. | WebAPIUtilities.h |
|