Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CScope
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Semantics/SemanticScope.h | |||
const CCaptureScope * GetCaptureScope () |
uLang/Semantics/SemanticScope.h | ||
static T * GetCaptureScope
(
U* This |
uLang/Semantics/SemanticScope.h |
GetCaptureScope()
| Name | GetCaptureScope |
| 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 |
CCaptureScope * GetCaptureScope()
GetCaptureScope()
| Name | GetCaptureScope |
| 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 CCaptureScope * GetCaptureScope() const
GetCaptureScope(U *)
| Name | GetCaptureScope |
| 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 |
template<typename T, typename U>
static T * GetCaptureScope
(
U * This
)