Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Name | UWebAPIOperationResponse |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPIOperation.h |
| Include Path | #include "Dom/WebAPIOperation.h" |
Syntax
UCLASS (MinimalAPI)
class UWebAPIOperationResponse : public UWebAPIModel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UWebAPIModelBase → UWebAPIModel → UWebAPIOperationResponse
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Code | uint32 | Http response code. | Dom/WebAPIOperation.h |
|
| Message | FString | Optional message based on the response status or result. | Dom/WebAPIOperation.h |
|
| Storage | EWebAPIResponseStorage | Where this parameter is stored/encoded in the response. | Dom/WebAPIOperation.h |
|