Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics
Inheritance Hierarchy
- CLogicalScope
- CSharedMix
- CControlScope
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/ControlScope.h |
| Include | #include "uLang/Semantics/ControlScope.h" |
Syntax
class CControlScope :
public uLang::CLogicalScope ,
public uLang::CSharedMix
Remarks
Represents a function body or a nested scope within a function body.
Constructors
| Type | Name | Description | |
|---|---|---|---|
CControlScope
(
CScope* Parent, |
Overridden from CScope
| Type | Name | Description | |
|---|---|---|---|
| CSymbol | GetScopeName () |