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