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" |
const CDefinition & GetDefinitionAccessibilityRoot() const
Remarks
These classes of functions are helpers to get to the scope of where the definition or definition's var access scope is defined. In Verse, access scopes are inherited when not explicitly defined. Note, this isn't the same as saying the same specifier is passed along the inheritance chain.
For example: M1