Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CSourceModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool VisitAll
(
FunctionType&& Lambda |
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 | uLang/SourceProject/SourceProject.h | |
bool VisitAll
(
FunctionType&& Lambda |
uLang/SourceProject/SourceProject.h |
VisitAll(FunctionType &&)
Description
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
| Name | VisitAll |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceProject.h |
| Include Path | #include "uLang/SourceProject/SourceProject.h" |
template<typename FunctionType>
bool VisitAll
(
FunctionType && Lambda
) const
VisitAll(FunctionType &&)
| Name | VisitAll |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceProject.h |
| Include Path | #include "uLang/SourceProject/SourceProject.h" |
template<typename FunctionType>
bool VisitAll
(
FunctionType && Lambda
)