Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics > API/Runtime/VerseCompiler/uLang/Semantics/CScope
References
| |
|
| Module |
VerseCompiler |
| Header |
/Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticScope.h |
| Include |
#include "uLang/Semantics/SemanticScope.h" |
Syntax
enum EKind
{
Program,
CompatConstraintRoot,
Module,
ModulePart,
Snippet,
Class,
Function,
ControlScope,
Interface,
Type,
Enumeration,
}
Values
| Name |
Description |
| Program |
|
| CompatConstraintRoot |
|
| Module |
|
| ModulePart |
|
| Snippet |
|
| Class |
|
| Function |
|
| ControlScope |
|
| Interface |
|
| Type |
|
| Enumeration |
|