Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
Description
Convert an internal path to its virtualized form, based on the mount root set on this data source.
The default implementation expects to consume a package path like input, eg) "/Folder/Folder/File".
| Name | TryConvertInternalPathToVirtual |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
virtual bool TryConvertInternalPathToVirtual
(
const FName InInternalPath,
FName & OutPath
)
True if the internal path was mapped, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| InInternalPath | The internal path to query. |
| OutPath | The virtual path to fill. |