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;BlueprintPure, Category&61;"Http"&41;
static bool GetHeaderValue
&40;
const FHttpHeader & HeaderObject,
FString HeaderName,
FString & OutHeaderValue
&41;
Remarks
Get the value associated with a Header name
HeaderObject: The structure that contains all of the headers HeaderName: The name of the Header OutHeaderValue: The value of the Header. Empty if the Header could not be found Whether the operation was successful