Navigation
API > API/Runtime > API/Runtime/VerseCompiler
Describes the role a package plays in a Verse project Note: EPackageRole must mirror EVersePackageRole
| Name | uLang::EPackageRole |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/SourceProject/PackageRole.h |
| Include Path | #include "uLang/SourceProject/PackageRole.h" |
Syntax
namespace uLang
{
enum EPackageRole
{
Source,
External,
GeneralCompatConstraint,
PersistenceCompatConstraint,
PersistenceSoftCompatConstraint,
}
}
Values
| Name | Remarks |
|---|---|
| Source | |
| External | |
| GeneralCompatConstraint | |
| PersistenceCompatConstraint | |
| PersistenceSoftCompatConstraint |