Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
Inheritance Hierarchy
- TSharedFromThis
- IWebAPIProviderInterface
- FWebAPIOpenAPIProvider
- FWebAPISwaggerProvider
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/WebAPIProvider.h |
| Include | #include "WebAPIProvider.h" |
Syntax
class IWebAPIProviderInterface : public TSharedFromThis< IWebAPIProviderInterface >
Remarks
Interface for a provider of a WebAPI Schema
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TFuture< EWebAPIConversionResult > | ConvertToWebAPISchema
(
const TWeakObjectPtr< UWebAPIDefinition >& InDefinition |
Convert and modify the WebAPISchema for the given Definition. Returns true if successful. |