Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/FPathTree
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/Runtime/AssetRegistry/Public/AssetRegistry/PathTree.h |
| Include Path | #include "AssetRegistry/PathTree.h" |
| Source | /Engine/Source/Runtime/AssetRegistry/Private/PathTree.cpp |
bool RemovePath
(
FName Path,
TFunctionRef < void> OnPathRemoved
)