Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContentBrowserItemTemporaryContext CreateFolder
(
const FName InPath |
Attempt to begin the process of asynchronously creating a folder at the given virtual path, returning a temporary item that can be finalized or canceled by the user. | ContentBrowserDataSubsystem.h | |
FContentBrowserItemTemporaryContext CreateFolder
(
const FName InPath, |
Attempt to begin the process of asynchronously creating a folder at the given virtual path, returning a temporary item that can be finalized or canceled by the user. | ContentBrowserDataSubsystem.h |
CreateFolder(const FName)
Description
Attempt to begin the process of asynchronously creating a folder at the given virtual path, returning a temporary item that can be finalized or canceled by the user.
| Name | CreateFolder |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
FContentBrowserItemTemporaryContext CreateFolder
(
const FName InPath
) const
The pending folder item to create (test for validity).
Parameters
| Name | Remarks |
|---|---|
| InPath | The initial virtual path of the folder that is being created. |
CreateFolder(const FName, const TSharedPtr< IContentBrowserHideFolderIfEmptyFilter > &)
Description
Attempt to begin the process of asynchronously creating a folder at the given virtual path, returning a temporary item that can be finalized or canceled by the user.
| Name | CreateFolder |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include Path | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
FContentBrowserItemTemporaryContext CreateFolder
(
const FName InPath,
const TSharedPtr < IContentBrowserHideFolderIfEmptyFilter > & HideFolderIfEmptyFilter
) const
The pending folder item to create (test for validity).
Parameters
| Name | Remarks |
|---|---|
| InPath | The initial virtual path of the folder that is being created. |
| HideFolderIfEmptyFilter | Current empty folder filter used to permit new folder operations on hidden folders. |