UContentBrowserDataSource::TryConvertInternalPathToVirtual

Convert an internal path to its virtualized form, based on the mount root set on this data source.

Windows
MacOS
Linux

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 TryConvertInternalPathToVirtual
(
    const FName InInternalPath,
    FName & OutPath
)

Remarks

Convert an internal path to its virtualized form, based on the mount root set on this data source. @note The default implementation expects to consume a package path like input, eg) "/Folder/Folder/File".

Returns

True if the internal path was mapped, false otherwise.

Parameters

Parameter

Description

InInternalPath

The internal path to query.

OutPath

The virtual 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