Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CScope
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Delete the generated move/copy constructors so that they don't require full definitions of the types referenced by TSRefArray. | uLang/Semantics/SemanticScope.h | ||
| uLang/Semantics/SemanticScope.h | |||
CScope
(
EKind Kind, |
uLang/Semantics/SemanticScope.h |
CScope(const CScope &)
Description
Delete the generated move/copy constructors so that they don't require full definitions of the types referenced by TSRefArray.
| Name | CScope |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticScope.h |
| Include Path | #include "uLang/Semantics/SemanticScope.h" |
CScope
(
const CScope &
)
CScope(CScope &&)
| Name | CScope |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticScope.h |
| Include Path | #include "uLang/Semantics/SemanticScope.h" |
CScope
(
CScope &&
)
CScope(EKind, CScope *, CSemanticProgram &)
| Name | CScope |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticScope.h |
| Include Path | #include "uLang/Semantics/SemanticScope.h" |
CScope
(
EKind Kind,
CScope * Parent,
CSemanticProgram & Program
)