Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
Encapsulates the request parameters for an operation.
| Name | FWebAPICodeGenOperationRequest |
| 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 FWebAPICodeGenOperationRequest : public FWebAPICodeGenStruct
Inheritance Hierarchy
- FWebAPICodeGenBase → FWebAPICodeGenStruct → FWebAPICodeGenOperationRequest
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 |
|---|---|---|---|---|
| Parameters | TArray< TSharedPtr< FWebAPICodeGenOperationParameter > > | Array of parameters contained in this request. | CodeGen/Dom/WebAPICodeGenOperation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedPtr< FWebAPICodeGenOperationParameter > & FindOrAddParameter
(
const FString& InName |
Finds or creates a parameter with the given name. | CodeGen/Dom/WebAPICodeGenOperation.h | |
void FromWebAPI
(
const UWebAPIOperationRequest* InSrcOperationRequest |
Populates this object from the given WebAPI object. | CodeGen/Dom/WebAPICodeGenOperation.h |
Overridden from FWebAPICodeGenBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetIncludePaths
(
TArray< FString >& OutIncludePaths |
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 |