Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
Description
Query the physical (on-disk) path of the given item.
Not all items or data sources will map to an physical path (eg, some may be purely virtualized views of data that doesn't exist on disk).
| Name | GetItemPhysicalPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
virtual bool GetItemPhysicalPath
(
const FContentBrowserItemData & InItem,
FString & OutDiskPath
)
True if the physical path was found and the result filled, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InItem | The item to query. |
| OutDiskPath | The string to fill with the result. |