Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Description for a single enumerator
| Name | CEnumerator |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticEnumeration.h |
| Include Path | #include "uLang/Semantics/SemanticEnumeration.h" |
Syntax
class CEnumerator : public uLang::CDefinition
Inheritance Hierarchy
- CAttributable → CDefinition → CEnumerator
- CNamed → CDefinition → CEnumerator
- TAstNodeRef → CDefinition → CEnumerator
- CSharedMix → CDefinition → CEnumerator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CEnumerator
(
CEnumeration& Enumeration, |
uLang/Semantics/SemanticEnumeration.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticDefinitionKind | EKind | uLang/Semantics/SemanticEnumeration.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _Enumeration | CEnumeration * | Type this enumerator belongs to. | uLang/Semantics/SemanticEnumeration.h | |
| _IntValue | const int32_t | The integer value denoting this enumerator for native representation. | uLang/Semantics/SemanticEnumeration.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CUTF8String AsCode() |
uLang/Semantics/SemanticEnumeration.h | ||
CExprEnumLiteral * GetAstNode() |
uLang/Semantics/SemanticEnumeration.h | ||
CExprEnumLiteral * GetIrNode
(
bool bForce |
uLang/Semantics/SemanticEnumeration.h | ||
void SetAstNode
(
CExprEnumLiteral* AstNode |
uLang/Semantics/SemanticEnumeration.h | ||
void SetIrNode
(
CExprEnumLiteral* AstNode |
uLang/Semantics/SemanticEnumeration.h |
Overridden from CDefinition
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsPersistenceCompatConstraint() |
uLang/Semantics/SemanticEnumeration.h |