Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackagePath
Description
Append the Local (path,basename) of this PackagePath if known or available, or take no action if not
Appending is possible only for MountedPath and LocalOnly internal types. Will attempt to mount before returning with no action
| Name | AppendLocalBaseFilenameWithPath |
| 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 AppendLocalBaseFilenameWithPath
(
FStringBuilderBase & Builder
) const