UContentBrowserDataSource::ExpandVirtualPath

Convert virtual path to one or more internal paths and any number of virtual paths Example: The "/All" virtual path corresponds to more than one internal root paths such as "/Game" and possibly multiple virtual paths such as "/All/Plugins"

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

void ExpandVirtualPath
(
    const FName InPath,
    const FContentBrowserDataFilter & InFilter,
    FName & OutInternalPath,
    TSet< FName > & OutInternalPaths,
    TMap< FName, TArray< FName >> & OutVirtualPaths
)

Remarks

Convert virtual path to one or more internal paths and any number of virtual paths Example: The "/All" virtual path corresponds to more than one internal root paths such as "/Game" and possibly multiple virtual paths such as "/All/Plugins"

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