Navigation
API > API/Runtime > API/Runtime/VerseCompiler
| Name | CCaptureControlScope |
| Type | class |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/CaptureControlScope.h |
| Include Path | #include "uLang/Semantics/CaptureControlScope.h" |
Syntax
class CCaptureControlScope :
public uLang::CControlScope ,
public uLang::CCaptureScope
Inheritance Hierarchy
- CScope → CLogicalScope → CControlScope → CCaptureControlScope
- CSharedMix → CControlScope → CCaptureControlScope
- CCaptureScope → CCaptureControlScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CCaptureControlScope
(
CScope* Parent, |
uLang/Semantics/CaptureControlScope.h |
Functions
Public
Overridden from CControlScope
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CCaptureScope * AsCaptureScopeNullable() |
uLang/Semantics/CaptureControlScope.h |
Overridden from CCaptureScope
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual CCaptureScope * GetParentCaptureScope() |
uLang/Semantics/CaptureControlScope.h |