Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics > API/Runtime/VerseCompiler/uLang/Semantics/SAstVisitor > API/Runtime/VerseCompiler/uLang/Semantics/SAstVisitor/VisitElement
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
template<typename NodeType , bool bAllowNull, typename AllocatorType, typename... AllocatorArgTypes>
void VisitElement
(
const TSPtrG < NodeType , bAllowNull, AllocatorType, AllocatorArgTypes... > & NodePointer
)