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