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