FContentBrowserItem::Legacy_TryGetPackagePath

Attempt to retrieve the package path associated with this item.

Unreal Engine C++ API Reference > 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
(
    [FName](API\Runtime\Core\UObject\FName) & OutPackagePath
) 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library