Navigation
API > API/Runtime > API/Runtime/VerseCompiler
The implicit scope of a type.
| Name | CTypeScope |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/TypeScope.h |
| Include Path | #include "uLang/Semantics/TypeScope.h" |
Syntax
class CTypeScope :
public uLang::CLogicalScope ,
public uLang::CSharedMix
Inheritance Hierarchy
- CScope → CLogicalScope → CTypeScope
- CSharedMix → CTypeScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CTypeScope
(
CScope& EnclosingScope |
uLang/Semantics/TypeScope.h |
Functions
Public
Overridden from CScope
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CSymbol GetScopeName() |
uLang/Semantics/TypeScope.h |