Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics > API/Runtime/VerseCompiler/uLang/Semantics/CLogicalScope
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticScope.h |
| Include | #include "uLang/Semantics/SemanticScope.h" |
ULANG_FORCEINLINE bool TryMarkVisited
(
VisitStampType VisitStamp
) const
Remarks
If this scope has the given visit stamp, return false. Otherwise, mark this scope with the visit stamp and return true. Use CScope::GenerateNewVisitStamp to get a new visit stamp.