Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/CodeGen > API/Plugins/WebAPIEditor/CodeGen/Dom
Inheritance Hierarchy
- FWebAPICodeGenBase
- FWebAPICodeGenStruct
- FWebAPICodeGenOperationRequest
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenOperation.h |
| Include | #include "CodeGen/Dom/WebAPICodeGenOperation.h" |
Syntax
class FWebAPICodeGenOperationRequest : public FWebAPICodeGenStruct
Remarks
Encapsulates the request parameters for an operation.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FWebAPICodeGenOperationParameter > > | Parameters | Array of parameters contained in this request. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSharedPtr< FWebAPICodeGenOperationParameter > & | FindOrAddParameter
(
const FString& InName |
Finds or creates a parameter with the given name. | |
| void | FromWebAPI
(
const UWebAPIOperationRequest* InSrcOperationRequest |
Populates this object from the given WebAPI object. |
Overridden from FWebAPICodeGenBase
| Type | Name | Description | |
|---|---|---|---|
| void | GetIncludePaths
(
TArray< FString >& OutIncludePaths |
Append any include paths for this file to the given Array (not Set, to allow custom order). | |
| void | GetModuleDependencies
(
TSet< FString >& OutModules |
Append any dependent modules for this file to the given Set. | |
| const FName & | GetTypeName () |
CodeGen Type. | |
| void | Sets the containing module name. |
Typedefs
| Name | Description |
|---|---|
| Super | Inherited baseclass. |
Constants
| Name | Description |
|---|---|
| TypeName | CodeGen Type. |