Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/CodeGen > API/Plugins/WebAPIEditor/CodeGen/Dom
Inheritance Hierarchy
- FWebAPICodeGenBase
- FWebAPICodeGenStruct
- FWebAPICodeGenClass
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenClass.h |
| Include | #include "CodeGen/Dom/WebAPICodeGenClass.h" |
Syntax
class FWebAPICodeGenClass : public FWebAPICodeGenStruct
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSharedPtr< FWebAPICodeGenFunction > > | Functions | Functions within this class. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWebAPICodeGenClass
(
const FWebAPICodeGenStruct& InStruct |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSharedPtr< FWebAPICodeGenFunction > & | FindOrAddFunction
(
const FWebAPINameVariant& InName |
Finds or creates a function with the given name. |
Overridden from FWebAPICodeGenBase
| Type | Name | Description | |
|---|---|---|---|
| const FName & | GetTypeName () |
CodeGen Type. |
Typedefs
| Name | Description |
|---|---|
| Super | Inherited baseclass. |
Constants
| Name | Description |
|---|---|
| TypeName | CodeGen Type. |