Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Enumeration type @jira SOL-1013 : Make enums derive from Class?
| Name | CEnumeration |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticEnumeration.h |
| Include Path | #include "uLang/Semantics/SemanticEnumeration.h" |
Syntax
class CEnumeration :
public uLang::CDefinition ,
public uLang::CLogicalScope ,
public uLang::CNominalType
Inheritance Hierarchy
- CAttributable → CDefinition → CEnumeration
- CNamed → CDefinition → CEnumeration
- TAstNodeRef → CDefinition → CEnumeration
- CSharedMix → CDefinition → CEnumeration
- CScope → CLogicalScope → CEnumeration
- CTypeBase → CNormalType → CNominalType → CEnumeration
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Semantics/SemanticEnumeration.h |
Enums
Public
| Name | Remarks |
|---|---|
| EEnumOpenness |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| StaticDefinitionKind | const CDefinition::EKind | uLang/Semantics/SemanticEnumeration.h | |
| StaticTypeKind | const ETypeKind | uLang/Semantics/SemanticEnumeration.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _EffectAttributable | CAttributable | uLang/Semantics/SemanticEnumeration.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CEnumerator & CreateEnumerator
(
const CSymbol& EnumeratorName, |
uLang/Semantics/SemanticEnumeration.h | ||
CExprEnumDefinition * GetAstNode() |
uLang/Semantics/SemanticEnumeration.h | ||
CExprEnumDefinition * GetIrNode
(
bool bForce |
uLang/Semantics/SemanticEnumeration.h | ||
EEnumOpenness GetOpenness() |
uLang/Semantics/SemanticEnumeration.h | ||
CSemanticProgram & GetProgram() |
uLang/Semantics/SemanticEnumeration.h | ||
bool IsClosed() |
uLang/Semantics/SemanticEnumeration.h | ||
bool IsOpen() |
uLang/Semantics/SemanticEnumeration.h | ||
void SetAstNode
(
CExprEnumDefinition* AstNode |
uLang/Semantics/SemanticEnumeration.h | ||
void SetIrNode
(
CExprEnumDefinition* AstNode |
uLang/Semantics/SemanticEnumeration.h |
Overridden from CDefinition
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CLogicalScope * DefinitionAsLogicalScopeNullable() |
If this definition has a corresponding scope, yield it. | uLang/Semantics/SemanticEnumeration.h | |
virtual bool IsPersistenceCompatConstraint() |
uLang/Semantics/SemanticEnumeration.h |
Overridden from CScope
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SAccessLevel GetDefaultDefinitionAccessLevel() |
uLang/Semantics/SemanticEnumeration.h | ||
virtual CSymbol GetScopeName() |
uLang/Semantics/SemanticEnumeration.h | ||
virtual const CDefinition * ScopeAsDefinition() |
uLang/Semantics/SemanticEnumeration.h | ||
virtual const CTypeBase * ScopeAsType() |
uLang/Semantics/SemanticEnumeration.h |
Overridden from CNominalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CDefinition * Definition() |
uLang/Semantics/SemanticEnumeration.h |
Overridden from CNormalType
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SmallDefinitionArray FindTypeMember
(
const CSymbol& Name, |
uLang/Semantics/SemanticEnumeration.h | ||
virtual EComparability GetComparability() |
Returns whether this type is comparable for equality | uLang/Semantics/SemanticEnumeration.h | |
virtual bool IsExplicitlyCastable() |
uLang/Semantics/SemanticEnumeration.h | ||
virtual bool IsExplicitlyConcrete() |
uLang/Semantics/SemanticEnumeration.h | ||
virtual bool IsPersistable() |
Returns whether this type is `persistable_ | uLang/Semantics/SemanticEnumeration.h |
Overridden from CTypeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeCustomAccessorDataType() |
uLang/Semantics/SemanticEnumeration.h |