Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#pathItemObject
| Name | FPath |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V2/WebAPISwaggerSchema.h |
| Include Path | #include "V2/WebAPISwaggerSchema.h" |
Syntax
class FPath
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| $Ref | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Delete | TSharedPtr< FOperation > | V2/WebAPISwaggerSchema.h | ||
| Get | TSharedPtr< FOperation > | V2/WebAPISwaggerSchema.h | ||
| Head | TSharedPtr< FOperation > | V2/WebAPISwaggerSchema.h | ||
| Options | TSharedPtr< FOperation > | V2/WebAPISwaggerSchema.h | ||
| Parameters | TOptional< TArray< Json::TJsonReference< FParameter > > > | V2/WebAPISwaggerSchema.h | ||
| Patch | TSharedPtr< FOperation > | V2/WebAPISwaggerSchema.h | ||
| Post | TSharedPtr< FOperation > | V2/WebAPISwaggerSchema.h | ||
| Put | TSharedPtr< FOperation > | V2/WebAPISwaggerSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const TSharedRef< FJsonObject >& InJson |
V2/WebAPISwaggerSchema.h |