Navigation
| Name | HttpBlueprint |
| Type | Plugin |
| Part of Plugins | HttpBlueprint |
| Location | /Engine/Plugins/Web/HttpBlueprint/Source/HttpBlueprint/ |
| Module Build Rules | HttpBlueprint.Build.cs |
Classes
| Name | Remarks |
|---|---|
| UHttpBlueprintFunctionLibrary |
Structs
| Name | Remarks |
|---|---|
| FHttpHeader | Provides a way for blueprint to create and store a map of HTTP headers |
Enums
Public
| Name | Remarks |
|---|---|
| EHttpVerbs | |
| ERequestPresets |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!
(
EHttpVerbs E |
HttpBlueprintTypes.h | ||
EHttpVerbs operator&
(
EHttpVerbs Lhs, |
HttpBlueprintTypes.h | ||
EHttpVerbs & operator&=
(
EHttpVerbs& Lhs, |
HttpBlueprintTypes.h | ||
EHttpVerbs operator^
(
EHttpVerbs Lhs, |
HttpBlueprintTypes.h | ||
EHttpVerbs & operator^=
(
EHttpVerbs& Lhs, |
HttpBlueprintTypes.h | ||
EHttpVerbs operator|
(
EHttpVerbs Lhs, |
HttpBlueprintTypes.h | ||
EHttpVerbs & operator|=
(
EHttpVerbs& Lhs, |
HttpBlueprintTypes.h | ||
EHttpVerbs operator~
(
EHttpVerbs E |
HttpBlueprintTypes.h |