Navigation
API > API/Editor > API/Editor/ContentBrowserData
TODO: Script API exposure.
| Name | UContentBrowserItemLibrary |
| Type | class |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include Path | #include "ContentBrowserItem.h" |
Syntax
UCLASS (MinimalAPI)
class UContentBrowserItemLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UContentBrowserItemLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FText GetDisplayName
(
const FContentBrowserItem& Item |
ContentBrowserItem.h |
|
|
static FName GetVirtualPath
(
const FContentBrowserItem& Item |
ContentBrowserItem.h |
|
|
static bool IsFile
(
const FContentBrowserItem& Item |
ContentBrowserItem.h |
|
|
static bool IsFolder
(
const FContentBrowserItem& Item |
ContentBrowserItem.h |
|