Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/SourceProject > API/Runtime/VerseCompiler/uLang/SourceProject/CSourceModule > API/Runtime/VerseCompiler/uLang/SourceProject/CSourceModule/VisitAll
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceProject.h |
| Include | #include "uLang/SourceProject/SourceProject.h" |
template<typename FunctionType>
bool VisitAll
(
FunctionType && Lambda
) const
Remarks
Visit this module and all its submodules Lambda returns true to continue visiting, false to terminate search Returns true if all modules have been visited, false if search was terminated early
Implementations