UContentBrowserDataSource::GetItemPhysicalPath

Query the physical (on-disk) path of the given item.

Windows
MacOS
Linux

Override Hierarchy

References

Module

ContentBrowserData

Header

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

Include

#include "ContentBrowserDataSource.h"

Source

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

Syntax

virtual bool GetItemPhysicalPath
(
    const FContentBrowserItemData & InItem,
    FString & OutDiskPath
)

Remarks

Query the physical (on-disk) path of the given item. @note 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).

Returns

True if the physical path was found and the result filled, false otherwise.

Parameters

Parameter

Description

InItem

The item to query.

OutDiskPath

The string to fill with the result.

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