Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FPackagePath
Description
Return whether this is a PackagePath with no path information and can never identify a package on disk
Note that IsEmpty == false does not imply that the package exists on disk, only that the PackagePath is valid
| Name | IsEmpty |
| 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 |
bool IsEmpty() const