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