Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#infoObject
| Name | FInfo |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V2/WebAPISwaggerSchema.h |
| Include Path | #include "V2/WebAPISwaggerSchema.h" |
Syntax
class FInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Contact | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Description | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| License | TOptional< TSharedPtr< FLicense > > | V2/WebAPISwaggerSchema.h | ||
| TermsOfService | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Title | FString | V2/WebAPISwaggerSchema.h | ||
| Version | FString | V2/WebAPISwaggerSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const TSharedRef< FJsonObject >& InJson |
V2/WebAPISwaggerSchema.h |