Navigation
API > API/Plugins > API/Plugins/WebAPIEditor > API/Plugins/WebAPIEditor/CodeGen > API/Plugins/WebAPIEditor/CodeGen/Dom
References
| Module | WebAPIEditor |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/CodeGen/Dom/WebAPICodeGenEnum.h |
| Include | #include "CodeGen/Dom/WebAPICodeGenEnum.h" |
Syntax
struct FWebAPICodeGenEnumValue
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Description | Description of the Enum Value. | |
| FString | DisplayName | Display Name of the Enum Value. | |
| int32 | IntegralValue | Explicit integral value for an enum (0-255). | |
| FString | JsonName | Json Name of the Enum Value. | |
| FString | Name | Name of the Enum Value. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FromWebAPI
(
const UWebAPIEnumValue* InSrcEnumValue |
Populates this object from the given WebAPI object. | |
| const FName & | GetTypeName () |
CodeGen Type. |
Constants
| Name | Description |
|---|---|
| TypeName | CodeGen Type. |