Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/CodeGen > API/Plugins/WebAPIEditor/CodeGen/Dom
Inheritance Hierarchy
- FWebAPICodeGenBase
- FWebAPICodeGenStruct
- FWebAPICodeGenOperationResponse
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenOperation.h |
| Include | #include "CodeGen/Dom/WebAPICodeGenOperation.h" |
Syntax
class FWebAPICodeGenOperationResponse : public FWebAPICodeGenStruct
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Message | Optional message based on the response status or result. | |
| uint32 | ResponseCode | Http response code. | |
| EWebAPIResponseStorage | Storage | Where this parameter is stored/encoded in the response. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FromWebAPI
(
const UWebAPIOperationResponse* InSrcOperationResponse |
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. |