Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
Description
Attempt to retrieve the asset data associated with this item.
This exists to allow the Content Browser to interface with external callbacks that only operate on asset data and should ideally be avoided for new code.
| Name | Legacy_TryGetAssetData |
| 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_TryGetAssetData
(
FAssetData & OutAssetData
) const
True if the asset data was retrieved, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InOutStr | The asset data to fill. |