Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackagePath
Description
Append the PackageName indicated by this PackagePath if known or available, or take no action if not
Appending is possible only for MountedPath and PackageOnly internal types. Will attempt to mount before returning with no action
| Name | AppendPackageName |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/PackagePath.h |
| Include Path | #include "Misc/PackagePath.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/PackagePath.cpp |
void AppendPackageName
(
FStringBuilderBase & Builder
) const