#include <SourceProject.h>
◆ CSourceModule()
◆ ~CSourceModule()
| virtual uLang::CSourceModule::~CSourceModule |
( |
| ) |
|
|
virtualdefault |
◆ AddSnippet()
◆ FindSubmodule()
◆ GetFilePath()
◆ GetName()
| const CUTF8String & uLang::CSourceModule::GetName |
( |
| ) |
const |
|
inline |
◆ GetNameFromFile() [1/2]
◆ GetNameFromFile() [2/2]
◆ operator==()
◆ RemoveSnippet()
◆ VisitAll() [1/2]
| bool uLang::CSourceModule::VisitAll |
( |
FunctionType && |
Lambda | ) |
|
◆ VisitAll() [2/2]
| bool uLang::CSourceModule::VisitAll |
( |
FunctionType && |
Lambda | ) |
const |
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
◆ _Name
◆ _SourceSnippets
The source files contained in the module.
◆ _Submodules
Submodules of this module.
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceProject.h
- Engine/Source/Runtime/VerseCompiler/Private/uLang/SourceProject/SourceProject.cpp