Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CScope
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const CLogicalScope & GetLogicalScope () |
Get the innermost logical scope that is or contains this scope. | uLang/Semantics/SemanticScope.h | |
ULANG_FORCEINLINECLogicalScope & GetLogicalScope () |
uLang/Semantics/SemanticScope.h |
GetLogicalScope()
Description
Get the innermost logical scope that is or contains this scope.
| Name | GetLogicalScope |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticScope.h |
| Include Path | #include "uLang/Semantics/SemanticScope.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/Semantics/SemanticScope.cpp |
const CLogicalScope & GetLogicalScope() const
GetLogicalScope()
| Name | GetLogicalScope |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticScope.h |
| Include Path | #include "uLang/Semantics/SemanticScope.h" |
ULANG_FORCEINLINECLogicalScope & GetLogicalScope()