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 FInfoObject
Remarks
https://swagger.io/specification/#info-object
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FContactObject > | Contact | ||
| TOptional< FString > | Description | ||
| TSharedPtr< FLicenseObject > | License | ||
| TOptional< FString > | TermsOfService | ||
| FString | Title | ||
| FString | Version |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FromJson
(
const TSharedRef< FJsonObject >& InJson |