UContentBrowserDataSource::GetVirtualMountRootHierarchy

Get the virtual folder paths required to get to the virtual mount root of this data source instance.

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

TArrayView< const FName > GetVirtualMountRootHierarchy() const

Remarks

Get the virtual folder paths required to get to the virtual mount root of this data source instance. eg) A virtual mount root of "/One/Two" would return ["/", "/One", "/One/Two"].

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