Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/CSourceProject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
CSourceProject
(
const CUTF8StringView& Name |
Construct from name. | uLang/SourceProject/SourceProject.h | |
CSourceProject
(
const CSourceProject& Other |
Construct from other project by making a shallow copy. | uLang/SourceProject/SourceProject.h |
CSourceProject(const CUTF8StringView &)
Description
Construct from name.
| Name | CSourceProject |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceProject.h |
| Include Path | #include "uLang/SourceProject/SourceProject.h" |
CSourceProject
(
const CUTF8StringView & Name
)
CSourceProject(const CSourceProject &)
Description
Construct from other project by making a shallow copy.
| Name | CSourceProject |
| Type | function |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/SourceProject.h |
| Include Path | #include "uLang/SourceProject/SourceProject.h" |
| Source | /Engine/Source/Runtime/VerseCompiler/Private/uLang/SourceProject/SourceProject.cpp |
CSourceProject
(
const CSourceProject & Other
)