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