Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Syntax > API/Runtime/VerseCompiler/uLang/Syntax/Project
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Syntax/VstNode.h |
| Include | #include "uLang/Syntax/VstNode.h" |
bool RemovePackagesWithName
(
const CUTF8StringView & PackageName
)
Remarks
Removes any packages from the project that have the given name.
true_ if any packages were removed, false_ if no packages with the name were found or another error occurred.
Parameters
| Name | Description |
|---|---|
| PackageName | Any package that has this name in the project will be removed. |