Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI
https://swagger.io/specification/#parameter-object
| Name | FParameterObject |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V3/WebAPIOpenAPISchema.h |
| Include Path | #include "V3/WebAPIOpenAPISchema.h" |
Syntax
class FParameterObject : public UE::WebAPI::OpenAPI::V3::FSchemaObjectBase
Inheritance Hierarchy
- FSchemaObjectBase → FParameterObject
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FSchemaObjectBase | V3/WebAPIOpenAPISchema.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowEmptyValue | TOptional< bool > | V3/WebAPIOpenAPISchema.h | ||
| bAllowReserved | TOptional< bool > | V3/WebAPIOpenAPISchema.h | ||
| bExplode | TOptional< bool > | V3/WebAPIOpenAPISchema.h | ||
| Content | TOptional< TMap< FString, TSharedPtr< FMediaTypeObject > > > | V3/WebAPIOpenAPISchema.h | ||
| Examples | TOptional< TMap< FString, Json::TJsonReference< FExampleObject > > > | V3/WebAPIOpenAPISchema.h | ||
| In | FString | V3/WebAPIOpenAPISchema.h | ||
| Schema | TOptional< Json::TJsonReference< FSchemaObject > > | V3/WebAPIOpenAPISchema.h | ||
| Style | TOptional< FString > | V3/WebAPIOpenAPISchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const TSharedRef< FJsonObject >& InJson |
V3/WebAPIOpenAPISchema.h |