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 bool RemoveHeader
&40;
FHttpHeader & HeaderObject,
FString HeaderToRemove
&41;
Remarks
Removes a header from the HeaderObject
HeaderObject: The structure that contains all of the headers HeaderToRemove: The Key of the header to remove Whether or not the operation was successful. A value of false most likely means the Key did not exist on the HeaderObject