Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Represents a function body or a nested scope within a function body.
| Name | CControlScope |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/ControlScope.h |
| Include Path | #include "uLang/Semantics/ControlScope.h" |
Syntax
class CControlScope :
public uLang::CLogicalScope ,
public uLang::CSharedMix
Inheritance Hierarchy
- CScope → CLogicalScope → CControlScope
- CSharedMix → CControlScope
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CControlScope
(
CScope* Parent, |
uLang/Semantics/ControlScope.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CCaptureScope * AsCaptureScopeNullable() |
uLang/Semantics/ControlScope.h |
Overridden from CScope
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CSymbol GetScopeName() |
uLang/Semantics/ControlScope.h |