Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Serves as an alternate root scope for definitions in packages that define compatibility constraints.
| Name | CCompatConstraintRoot |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include Path | #include "uLang/Semantics/SemanticProgram.h" |
Syntax
class CCompatConstraintRoot :
public uLang::CSharedMix ,
public uLang::CLogicalScope
Inheritance Hierarchy
- CSharedMix → CCompatConstraintRoot
- CScope → CLogicalScope → CCompatConstraintRoot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CCompatConstraintRoot
(
CSemanticProgram& Program |
uLang/Semantics/SemanticProgram.h |
Functions
Public
Overridden from CLogicalScope
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SmallDefinitionArray FindDefinitions
(
const CSymbol& Name, |
uLang/Semantics/SemanticProgram.h |
Overridden from CScope
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CSymbol GetScopeName() |
uLang/Semantics/SemanticProgram.h |