Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/CodeGen > API/Plugins/WebAPIEditor/CodeGen/Dom
Inheritance Hierarchy
- FWebAPICodeGenBase
- FWebAPICodeGenProperty
- FWebAPICodeGenOperationParameter
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenOperation.h |
| Include | #include "CodeGen/Dom/WebAPICodeGenOperation.h" |
Syntax
class FWebAPICodeGenOperationParameter : public FWebAPICodeGenProperty
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRequired | Mark as required (not-optional). | |
| FString | MediaType | The optional media-type, ie. "application/json". | |
| EWebAPIParameterStorage | Storage | Where this parameter is stored/encoded in the request. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FromWebAPI
(
const UWebAPIOperationParameter* InSrcOperationParameter |
Populates this object from the given WebAPI object. |
Overridden from FWebAPICodeGenBase
| Type | Name | Description | |
|---|---|---|---|
| const FName & | GetTypeName () |
CodeGen Type. |
Typedefs
| Name | Description |
|---|---|
| Super | Inherited baseclass. |
Constants
| Name | Description |
|---|---|
| TypeName | CodeGen Type. |