UContentBrowserDataSource::IsVirtualPathUnderMountRoot

Test whether the given virtual path is under the virtual mount root that was passed to Initialize.

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

bool IsVirtualPathUnderMountRoot
(
    const FName InPath
) const

Remarks

Test whether the given virtual path is under the virtual mount root that was passed to Initialize. @note This also returns true if the given virtual path is the virtual mount root.

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