Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserVirtualPathTree
Description
Removes the specified path from the tree, calling OnPathRemoved for any existing paths removed. Returns true if the path was found and removed.
| Name | RemovePath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserVirtualPathTree.h |
| Include Path | #include "ContentBrowserVirtualPathTree.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserVirtualPathTree.cpp |
bool RemovePath
(
FName Path,
TFunctionRef < void)> OnPathRemoved
)