Navigation
API > API/Plugins > API/Plugins/HttpBlueprint > API/Plugins/HttpBlueprint/UHttpBlueprintFunctionLibrary
References
| Module | HttpBlueprint |
| Header | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/Public/HttpBlueprintFunctionLibrary.h |
| Include | #include "HttpBlueprintFunctionLibrary.h" |
| Source | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/Private/HttpBlueprintFunctionLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Http"&41;
static void AddHeader
&40;
FHttpHeader & HeaderObject,
FString NewHeader,
FString NewHeaderValue
&41;
Remarks
Adds a new Header
HeaderObject: The structure that contains all of the headers NewHeader: The name of the header NewHeaderValue: The value of the new header