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