Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/SourceProject
Inheritance Hierarchy
- CSharedMix
- CSourcePackage
- CSourceFilePackage
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceFileProject.h |
| Include | #include "uLang/SourceProject/SourceFileProject.h" |
Syntax
class CSourceFilePackage : public uLang::CSourcePackage
Remarks
A package of source modules/snippets on disk
Constructors
| Type | Name | Description | |
|---|---|---|---|
CSourceFilePackage
(
const CUTF8String& PackageFilePath, |
|||
CSourceFilePackage
(
const SPackageDesc& PackageDesc, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< TSRef< CSourceFileSnippet > > | AddSnippet
(
const CUTF8StringView& FilePath |
||
| TOptional< TSRef< CSourceFileSnippet > > | FindSnippetByFilePath
(
const CUTF8StringView& FilePath |
||
| CSourceFileModule * | GetModuleForFilePath
(
const CUTF8StringView& FilePath |
||
| bool | RemoveSnippet
(
const CUTF8StringView& FilePath |
Overridden from CSourcePackage
| Type | Name | Description | |
|---|---|---|---|
| const CUTF8String & | GetDirPath () |
||
| const CUTF8String & | GetFilePath () |
||
| EOrigin | GetOrigin () |