Navigation
API > API/Plugins > API/Plugins/HttpBlueprint > API/Plugins/HttpBlueprint/UHttpBlueprintFunctionLibrary
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static static UPARAM
(
DisplayName |
Get the value associated with a Header name | HttpBlueprintFunctionLibrary.h |
|
static static UPARAM
(
DisplayName |
Returns all of the headers and their values by value | HttpBlueprintFunctionLibrary.h |
|
static static UPARAM
(
DisplayName |
Returns all of the headers and their values as a map by value | HttpBlueprintFunctionLibrary.h |
|
UPARAM(DisplayName)
Description
Get the value associated with a Header name
@Param HeaderObject: The structure that contains all of the headers @Param HeaderName: The name of the Header @Param OutHeaderValue: The value of the Header. Empty if the Header could not be found @Return Whether the operation was successful
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/Public/HttpBlueprintFunctionLibrary.h |
| Include Path | #include "HttpBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintPure, Category="Http")
static static UPARAM
(
DisplayName
) const
UPARAM(DisplayName)
Description
Returns all of the headers and their values by value
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/Public/HttpBlueprintFunctionLibrary.h |
| Include Path | #include "HttpBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintPure, Category="Http")
static static UPARAM
(
DisplayName
) const
UPARAM(DisplayName)
Description
Returns all of the headers and their values as a map by value
| Name | UPARAM |
| Type | function |
| Header File | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/Public/HttpBlueprintFunctionLibrary.h |
| Include Path | #include "HttpBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintPure, Category="Http", Meta=(DisplayName="GetAllHeadersAsMap"))
static static UPARAM
(
DisplayName
)