FContentBrowserItem::Legacy_TryGetPackagePath

Attempt to retrieve the package path 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_TryGetPackagePath
(
    FName & OutPackagePath
) const

Remarks

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

Returns

True if the package path was retrieved, false otherwise.

Parameters

Parameter

Description

InOutStr

The package path 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