Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/SAstVisitor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void VisitElement
(
CAstNode& AstNode |
uLang/Semantics/Expression.h | ||
void VisitElement
(
const TSPtrG< NodeType, bAllowNull, AllocatorType, AllocatorArgTypes... >& NodePointer |
uLang/Semantics/Expression.h |
VisitElement(CAstNode &)
| Name | VisitElement |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
void VisitElement
(
CAstNode & AstNode
)
VisitElement(const TSPtrG< NodeType, bAllowNull, AllocatorType, AllocatorArgTypes... > &)
| Name | VisitElement |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
template<typename NodeType , bool bAllowNull, typename AllocatorType, typename... AllocatorArgTypes>
void VisitElement
(
const TSPtrG < NodeType , bAllowNull, AllocatorType, AllocatorArgTypes... > & NodePointer
)