FContentBrowserItem::Legacy_TryGetAssetData

Attempt to retrieve the asset data associated with this item.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h

Include

#include "ContentBrowserItem.h"

Source

/Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp

Syntax

bool Legacy_TryGetAssetData
(
    FAssetData & OutAssetData
) const

Remarks

Attempt to retrieve the asset data associated with this item. @note 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.

Returns

True if the asset data was retrieved, false otherwise.

Parameters

Parameter

Description

InOutStr

The asset data to fill.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss