Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/SAstVisitor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| uLang/Semantics/Expression.h | |||
| uLang/Semantics/Expression.h |
Visit(const char *, CAstNode &)
| Name | Visit |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include Path | #include "uLang/Semantics/Expression.h" |
void Visit
(
const char * FieldName,
CAstNode & AstNode
)
Visit(const char *, const TSPtrG< NodeType, bAllowNull, AllocatorType, AllocatorArgTypes... > &)
| Name | Visit |
| 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 Visit
(
const char * FieldName,
const TSPtrG < NodeType , bAllowNull, AllocatorType, AllocatorArgTypes... > & NodePointer
)