Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics > API/Runtime/VerseCompiler/uLang/Semantics/CDefinition
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Definition.h |
| Include | #include "uLang/Semantics/Definition.h" |
bool TryMarkOverriddenAndConstrainedDefinitionsVisited
(
VisitStampType VisitStamp
) const
Remarks
If this definition has the given visit stamp, return false. Otherwise, mark this definition and all definitions it overrides with the visit stamp and return true. Use CScope::GenerateNewVisitStamp to get a new visit stamp.