Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CExpressionBase
Description
True if this expression can be path of a segment. It works at all times, i.e., also before macro expression have been processed. The MacroSymbols argument is used in the latter case.
Derived Overrides
- CExprClassDefinition::CanBePathSegment
- CExprDefinition::CanBePathSegment
- CExprEnumDefinition::CanBePathSegment
- CExprInterfaceDefinition::CanBePathSegment
- CExprMacroCall::CanBePathSegment
- CExprModuleDefinition::CanBePathSegment
| Name | CanBePathSegment |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
virtual bool CanBePathSegment
(
const TMacroSymbols & MacroSymbols
) const