Navigation
API > API/Editor > API/Editor/ContentBrowserData
References
| Module | ContentBrowserData |
| Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemPath.h |
| Include | #include "ContentBrowserItemPath.h" |
Syntax
struct FContentBrowserItemPath
Remarks
Hold multiple versions of a path as FNames
Path conversion each time Set is called
Constructors
| Type | Name | Description | |
|---|---|---|---|
FContentBrowserItemPath
(
const FName InVirtualPath, |
|||
FContentBrowserItemPath
(
const FStringView InPath, |
|||
FContentBrowserItemPath
(
const TCHAR* InPath, |
|||
FContentBrowserItemPath
(
const FName InPath, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | Returns internal path if there is one (eg,. "/PluginA/MyFile"). | ||
| FString | Returns internal path as newly allocated FString if there is one or empty FString (eg,. "/PluginA/MyFile"). | ||
| FName | Returns virtual path as FName (eg, "/All/Plugins/PluginA/MyFile"). | ||
| FString | Returns virtual path as newly allocated FString (eg, "/All/Plugins/PluginA/MyFile"). | ||
| bool | Returns true if there is an internal path | ||
| void | SetPathFromName
(
const FName InPath, |
Set the path being stored | |
| void | SetPathFromString
(
const FStringView InPath, |
Set the path being stored |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FContentBrowserItemPath& Other |