Navigation
API > API/Editor > API/Editor/ContentBrowserData
| Name | UContentBrowserItemPathExtensions |
| Type | class |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemPath.h |
| Include Path | #include "ContentBrowserItemPath.h" |
Syntax
UCLASS ()
class UContentBrowserItemPathExtensions : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UContentBrowserItemPathExtensions
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void BreakContentBrowserItemPath
(
const FContentBrowserItemPath& ItemPath, |
ContentBrowserItemPath.h |
|
|
static FName GetInternalPath
(
const FContentBrowserItemPath& ItemPath |
Returns internal path if there is one (eg,. "/PluginA/MyFile"). | ContentBrowserItemPath.h |
|
static FName GetVirtualPath
(
const FContentBrowserItemPath& ItemPath |
Returns virtual path as FName (eg, "/All/Plugins/PluginA/MyFile"). | ContentBrowserItemPath.h |
|
static FContentBrowserItemPath MakeContentBrowserItemPath
(
const FName InPath, |
ContentBrowserItemPath.h |
|
|
static void SetPath
(
FContentBrowserItemPath& ItemPath, |
Set the path being stored | ContentBrowserItemPath.h |
|