Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CModulePart
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const CLogicalScope * AsLogicalScopeNullable () |
Iff this scope is a logical scope, return it a pointer to it. Otherwise, return null. | uLang/Semantics/SemanticProgram.h | |
virtual CLogicalScope * AsLogicalScopeNullable () |
uLang/Semantics/SemanticProgram.h |
AsLogicalScopeNullable()
Description
Iff this scope is a logical scope, return it a pointer to it. Otherwise, return null.
| Name | AsLogicalScopeNullable |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include Path | #include "uLang/Semantics/SemanticProgram.h" |
virtual const CLogicalScope * AsLogicalScopeNullable() const
AsLogicalScopeNullable()
| Name | AsLogicalScopeNullable |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticProgram.h |
| Include Path | #include "uLang/Semantics/SemanticProgram.h" |
virtual CLogicalScope * AsLogicalScopeNullable()