Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Name | FWebAPICodeGenOperationResponse |
| 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 FWebAPICodeGenOperationResponse : public FWebAPICodeGenStruct
Inheritance Hierarchy
- FWebAPICodeGenBase → FWebAPICodeGenStruct → FWebAPICodeGenOperationResponse
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FWebAPICodeGenStruct | 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 |
|---|---|---|---|---|
| Message | FString | Optional message based on the response status or result. | CodeGen/Dom/WebAPICodeGenOperation.h | |
| ResponseCode | uint32 | Http response code. | CodeGen/Dom/WebAPICodeGenOperation.h | |
| Storage | EWebAPIResponseStorage | Where this parameter is stored/encoded in the response. | CodeGen/Dom/WebAPICodeGenOperation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FromWebAPI
(
const UWebAPIOperationResponse* InSrcOperationResponse |
Populates this object from the given WebAPI object. | CodeGen/Dom/WebAPICodeGenOperation.h |
Overridden from FWebAPICodeGenBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Append any include paths for this file to the given Array (not Set, to allow custom order). | CodeGen/Dom/WebAPICodeGenOperation.h | ||
virtual void GetModuleDependencies
(
TSet< FString >& OutModules |
Append any dependent modules for this file to the given Set. | CodeGen/Dom/WebAPICodeGenOperation.h | |
virtual const FName & GetTypeName() |
CodeGen Type. | CodeGen/Dom/WebAPICodeGenOperation.h | |
virtual void SetModule
(
const FString& InModule |
Sets the containing module name. | CodeGen/Dom/WebAPICodeGenOperation.h |