Navigation
API > API/Plugins > API/Plugins/HttpBlueprint > API/Plugins/HttpBlueprint/UHttpBlueprintFunctionLibrary
Description
Adds a new Header
@Param HeaderObject: The structure that contains all of the headers @Param NewHeader: The name of the header @Param NewHeaderValue: The value of the new header
| Name | AddHeader |
| Type | function |
| Header File | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/Public/HttpBlueprintFunctionLibrary.h |
| Include Path | #include "HttpBlueprintFunctionLibrary.h" |
| Source | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/Private/HttpBlueprintFunctionLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Http")
static void AddHeader
(
UPARAM FHttpHeader & HeaderObject,
FString NewHeader,
FString NewHeaderValue
)