Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CSourceFileProject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CSourceFileProject
(
const CUTF8String& ProjectFilePath, |
This ctor will load the vproject given a path | uLang/SourceProject/SourceFileProject.h | |
CSourceFileProject
(
const CUTF8String& Name, |
This ctor will create vproject given the path and packages | uLang/SourceProject/SourceFileProject.h |
CSourceFileProject(const CUTF8String &, const TSRef< IFileSystem > &, const TSRef< CDiagnostics > &)
Description
This ctor will load the vproject given a path
| Name | CSourceFileProject |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceFileProject.h |
| Include Path | #include "uLang/SourceProject/SourceFileProject.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/SourceProject/SourceFileProject.cpp |
CSourceFileProject
(
const CUTF8String & ProjectFilePath,
const TSRef< IFileSystem > & FileSystem,
const TSRef< CDiagnostics > & Diagnostics
)
CSourceFileProject(const CUTF8String &, const TSRef< IFileSystem > &, const TArray< SPackageDesc > &, const TSRef< CDiagnostics > &)
Description
This ctor will create vproject given the path and packages
| Name | CSourceFileProject |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceFileProject.h |
| Include Path | #include "uLang/SourceProject/SourceFileProject.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/SourceProject/SourceFileProject.cpp |
CSourceFileProject
(
const CUTF8String & Name,
const TSRef< IFileSystem > & FileSystem,
const TArray< SPackageDesc > & Packages,
const TSRef< CDiagnostics > & Diagnostics
)