Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
| Name | FWebAPICodeGenStruct |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenStruct.h |
| Include Path | #include "CodeGen/Dom/WebAPICodeGenStruct.h" |
Syntax
class FWebAPICodeGenStruct : public FWebAPICodeGenBase
Inheritance Hierarchy
- FWebAPICodeGenBase → FWebAPICodeGenStruct
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FWebAPICodeGenBase | Inherited baseclass. | CodeGen/Dom/WebAPICodeGenStruct.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | const FName | CodeGen Type. | CodeGen/Dom/WebAPICodeGenStruct.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Base | FWebAPITypeNameVariant | Base class. Should be empty if none. | CodeGen/Dom/WebAPICodeGenStruct.h | |
| Name | FWebAPITypeNameVariant | Name with optional prefix, namespace, etc. | CodeGen/Dom/WebAPICodeGenStruct.h | |
| Properties | TArray< TSharedPtr< FWebAPICodeGenProperty > > | Properties within this struct. | CodeGen/Dom/WebAPICodeGenStruct.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedPtr< FWebAPICodeGenProperty > & FindOrAddProperty
(
const FWebAPINameVariant& InName |
Finds or creates a property with the given name. | CodeGen/Dom/WebAPICodeGenStruct.h | |
bool FindRecursiveProperties
(
TArray< TSharedPtr< FWebAPICodeGenProperty > >& OutProperties |
Find and return properties that are of the same type as the containing class. | CodeGen/Dom/WebAPICodeGenStruct.h | |
void FromWebAPI
(
const UWebAPIModel* InSrcModel |
Populates this object from the given WebAPI object. | CodeGen/Dom/WebAPICodeGenStruct.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/WebAPICodeGenStruct.h | ||
virtual void GetModuleDependencies
(
TSet< FString >& OutModules |
Append any dependent modules for this file to the given Set. | CodeGen/Dom/WebAPICodeGenStruct.h | |
virtual FString GetName
(
bool bJustName |
Retrieve the name. The source depends on the CodeGen object type. | CodeGen/Dom/WebAPICodeGenStruct.h | |
virtual const FName & GetTypeName() |
CodeGen Type. | CodeGen/Dom/WebAPICodeGenStruct.h |