Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
References
| Module | ContentBrowserData |
| Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool Legacy_TryGetPackagePath
&40;
FName & OutPackagePath
&41; const
Remarks
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. True if the package path was retrieved, false otherwise.
Parameters
| Name | Description |
|---|---|
| InOutStr | The package path to fill. |