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 FXMLObject
Remarks
https://swagger.io/specification/#xml-object
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< bool > | bAttribute | ||
| TOptional< bool > | bWrapped | ||
| TOptional< FString > | Name | ||
| TOptional< FString > | Namespace | ||
| TOptional< FString > | Prefix |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FromJson
(
const TSharedRef< FJsonObject >& InJson |