Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Name | FWebAPICodeGenFunction |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenFunction.h |
| Include Path | #include "CodeGen/Dom/WebAPICodeGenFunction.h" |
Syntax
class FWebAPICodeGenFunction : public FWebAPICodeGenBase
Inheritance Hierarchy
- FWebAPICodeGenBase → FWebAPICodeGenFunction
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FWebAPICodeGenBase | Inherited baseclass. | CodeGen/Dom/WebAPICodeGenFunction.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | CodeGen Type. | CodeGen/Dom/WebAPICodeGenFunction.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsConst | bool | Flag for a constant function. | CodeGen/Dom/WebAPICodeGenFunction.h | |
| bIsConstReturnType | bool | Flag if the returned value is constant. | CodeGen/Dom/WebAPICodeGenFunction.h | |
| bIsOverride | bool | Flag if the function is a virtual override. | CodeGen/Dom/WebAPICodeGenFunction.h | |
| Body | FString | Raw string to insert as the Function implementation. | CodeGen/Dom/WebAPICodeGenFunction.h | |
| Name | FWebAPINameVariant | Name with optional prefix, namespace, etc. | CodeGen/Dom/WebAPICodeGenFunction.h | |
| Parameters | TArray< TSharedPtr< FWebAPICodeGenFunctionParameter > > | Parameters for this function. | CodeGen/Dom/WebAPICodeGenFunction.h | |
| ReturnType | FWebAPITypeNameVariant | The type to return. If unspecified it will be void. | CodeGen/Dom/WebAPICodeGenFunction.h |