Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
Description
Attempt to retrieve the package path associated with this item.
This exists to allow the Content Browser to interface with external callbacks that only operate on package paths and should ideally be avoided for new code.
| Name | Legacy_TryGetPackagePath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool Legacy_TryGetPackagePath
(
FName & OutPackagePath
) const
True if the package path was retrieved, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InOutStr | The package path to fill. |