Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserVirtualPathTree
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EContentBrowserPathType TryConvertVirtualPathToInternal
(
FStringView InPath, |
Tries to converts virtual path into an internal path. | ContentBrowserVirtualPathTree.h | |
EContentBrowserPathType TryConvertVirtualPathToInternal
(
FStringView InPath, |
ContentBrowserVirtualPathTree.h | ||
EContentBrowserPathType TryConvertVirtualPathToInternal
(
FName InPath, |
ContentBrowserVirtualPathTree.h |
TryConvertVirtualPathToInternal(FStringView, FStringBuilderBase &)
Description
Tries to converts virtual path into an internal path. Returns None if virtual prefix portion of the path does not exist in this path tree Returns Virtual if virtual prefix portion of the path exists in this path tree and there is no text past the virtual prefix portion Returns Internal if virtual prefix portion of the path exists in this path tree and there is text afterwards @Note: When Internal is the return value it does not check to see if the internal path actually exists or not
| Name | TryConvertVirtualPathToInternal |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserVirtualPathTree.h |
| Include Path | #include "ContentBrowserVirtualPathTree.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserVirtualPathTree.cpp |
EContentBrowserPathType TryConvertVirtualPathToInternal
(
FStringView InPath,
FStringBuilderBase & OutPath
) const
TryConvertVirtualPathToInternal(FStringView, FString &)
| Name | TryConvertVirtualPathToInternal |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserVirtualPathTree.h |
| Include Path | #include "ContentBrowserVirtualPathTree.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserVirtualPathTree.cpp |
EContentBrowserPathType TryConvertVirtualPathToInternal
(
FStringView InPath,
FString & OutPath
) const
TryConvertVirtualPathToInternal(FName, FName &)
| Name | TryConvertVirtualPathToInternal |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserVirtualPathTree.h |
| Include Path | #include "ContentBrowserVirtualPathTree.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserVirtualPathTree.cpp |
EContentBrowserPathType TryConvertVirtualPathToInternal
(
FName InPath,
FName & OutPath
) const