FContentBrowserItem::GetItemPhysicalPath

Query the physical (on-disk) path of 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 GetItemPhysicalPath
(
    FString & OutDiskPath
) const

Remarks

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

Returns

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

Parameters

Parameter

Description

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