Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/Dom
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWebAPIModelBase
- UWebAPIModel
- UWebAPIOperationResponse
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPIOperation.h |
| Include | #include "Dom/WebAPIOperation.h" |
Syntax
UCLASS&40;MinimalAPI&41;
class UWebAPIOperationResponse : public UWebAPIModel
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | Code | Http response code. | |
| FString | Message | Optional message based on the response status or result. | |
| EWebAPIResponseStorage | Storage | Where this parameter is stored/encoded in the response. |