Navigation
| Name | WebAPIOpenAPI |
| Type | Plugin |
| Part of Plugins | WebAPI |
| Location | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/ |
| Module Build Rules | WebAPIOpenAPI.Build.cs |
Classes
Interfaces
| Name | Remarks |
|---|---|
| IWebAPIOpenAPIModuleInterface |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCallbackObject | TMap< FString, FPathItemObject > | https://swagger.io/specification/#callback-object MAY be extended with Specification Extensions | V3/WebAPIOpenAPISchema.h |
| FPathsObject | TMap< FString, TSharedPtr< FPathItemObject > > | https://swagger.io/specification/#paths-object all keys must be relative, and with a leading forward slash MAY be extended with Specification Extensions | V3/WebAPIOpenAPISchema.h |
| FSecurityRequirementObject | TMap< FString, TArray< FString > > | https://swagger.io/specification/#security-requirement-object MAY be extended with Specification Extensions | V3/WebAPIOpenAPISchema.h |