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/VisitArray
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 NodeAllocatorType, typename ElementAllocatorType, typename... ElementAllocatorArgTypes>
void VisitArray
(
const char * FieldName,
const TArrayG < TSPtrG < NodeType , bAllowNull, NodeAllocatorType >, ElementAllocatorType, ElementAllocatorArgTypes... > & Array
)