Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CDefinition
Description
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
| Name | GetDefinitionAccessibilityRoot |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Definition.h |
| Include Path | #include "uLang/Semantics/Definition.h" |
const CDefinition & GetDefinitionAccessibilityRoot() const