Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/CodeGen > API/Plugins/WebAPIEditor/CodeGen/Dom
Inheritance Hierarchy
- FWebAPICodeGenBase
- FWebAPICodeGenProperty
- FWebAPICodeGenFunctionParameter
- FWebAPICodeGenOperationParameter
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenProperty.h |
| Include | #include "CodeGen/Dom/WebAPICodeGenProperty.h" |
Syntax
class FWebAPICodeGenProperty : public FWebAPICodeGenBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsArray | If the property is an array of Type. | |
| bool | bIsConst | Constant declaration. | |
| bool | bIsMixin | When the properties inside of this should be treated as though they're directly in the parent. | |
| bool | bIsRecursiveType | If the property type is the same as it's container. | |
| bool | bIsRequired | By default all properties are optional. | |
| FString | DefaultValue | Default value as a string, if applicable. | |
| FWebAPINameVariant | Name | Name with optional prefix, namespace, etc. | |
| FWebAPITypeNameVariant | Type | Property Type. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FromWebAPI
(
const UWebAPIProperty* InSrcProperty |
Populates this object from the given WebAPI object. |
Overridden from FWebAPICodeGenBase
| Type | Name | Description | |
|---|---|---|---|
| void | GetIncludePaths
(
TArray< FString >& OutIncludePaths |
Append any include paths for this file to the given Array (not Set, to allow custom order). | |
| void | GetModuleDependencies
(
TSet< FString >& OutModules |
Append any dependent modules for this file to the given Set. | |
| const FName & | GetTypeName () |
CodeGen Type. |
Typedefs
| Name | Description |
|---|---|
| Super | Inherited baseclass. |
Constants
| Name | Description |
|---|---|
| TypeName | CodeGen Type. |