Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserVirtualPathTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool PathExists
(
FName Path |
Checks whether the given path is one that we know about | ContentBrowserVirtualPathTree.h | |
bool PathExists
(
FName Path, |
Checks whether the given path is one that we know about | ContentBrowserVirtualPathTree.h |
PathExists(FName)
Description
Checks whether the given path is one that we know about
| Name | PathExists |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserVirtualPathTree.h |
| Include Path | #include "ContentBrowserVirtualPathTree.h" |
bool PathExists
(
FName Path
) const
PathExists(FName, bool &)
Description
Checks whether the given path is one that we know about
| Name | PathExists |
| 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 PathExists
(
FName Path,
bool & bIsFullyVirtual
) const