Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CLogicalScope
Description
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.
| Name | TryMarkVisited |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/SemanticScope.h |
| Include Path | #include "uLang/Semantics/SemanticScope.h" |
ULANG_FORCEINLINE bool TryMarkVisited
(
VisitStampType VisitStamp
) const