Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| |
|
| Name |
UWebAPIOperationError |
| 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 UWebAPIOperationError :
public UObject ,
public IWebAPISchemaObjectInterface
Inheritance Hierarchy
Implements Interfaces
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Code |
uint32 |
Http response code. |
Dom/WebAPIOperation.h |
- EditAnywhere
- Category="Type"
|
| Description |
FString |
Describes this error, usually the error message. |
Dom/WebAPIOperation.h |
- EditAnywhere
- Category="Type"
|