Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI > API/Plugins/WebAPIOpenAPI/V3
References
| Module | WebAPIOpenAPI |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V3/WebAPIOpenAPISchema.h |
| Include | #include "V3/WebAPIOpenAPISchema.h" |
Syntax
class FResponseObject
Remarks
https://swagger.io/specification/#response-object
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< TMap< FString, Json::TJsonReference< FMediaTypeObject > > > | Content | ||
| FString | Description | ||
| TOptional< TMap< FString, Json::TJsonReference< FHeaderObject > > > | Headers | ||
| TOptional< FString > | Name |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FromJson
(
const TSharedRef< FJsonObject >& InJson |