Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSource
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EContentBrowserPathType TryConvertVirtualPath
(
const FStringView InPath, |
Attempt to convert the given virtual path | ContentBrowserDataSource.h | |
EContentBrowserPathType TryConvertVirtualPath
(
const FStringView InPath, |
ContentBrowserDataSource.h | ||
EContentBrowserPathType TryConvertVirtualPath
(
const FStringView InPath, |
ContentBrowserDataSource.h | ||
EContentBrowserPathType TryConvertVirtualPath
(
const FName InPath, |
ContentBrowserDataSource.h |
TryConvertVirtualPath(const FStringView, FStringBuilderBase &)
Description
Attempt to convert the given virtual path
Does test if virtual portion of path exists
Does not test if internal portion of path exists
| Name | TryConvertVirtualPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
EContentBrowserPathType TryConvertVirtualPath
(
const FStringView InPath,
FStringBuilderBase & OutPath
) const
None if virtual path prefix of InPath does not exist, Virtual if path exists and is fully virtual (stops before it reaches internal root), Internal if virtual path part of prefix exists and there is text after the virtual prefix
TryConvertVirtualPath(const FStringView, FString &)
| Name | TryConvertVirtualPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
EContentBrowserPathType TryConvertVirtualPath
(
const FStringView InPath,
FString & OutPath
) const
TryConvertVirtualPath(const FStringView, FName &)
| Name | TryConvertVirtualPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
EContentBrowserPathType TryConvertVirtualPath
(
const FStringView InPath,
FName & OutPath
) const
TryConvertVirtualPath(const FName, FName &)
| Name | TryConvertVirtualPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSource.h |
| Include Path | #include "ContentBrowserDataSource.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSource.cpp |
EContentBrowserPathType TryConvertVirtualPath
(
const FName InPath,
FName & OutPath
) const