Navigation
API > API/Plugins > API/Plugins/ContentBrowserAssetDataSource > API/Plugins/ContentBrowserAssetDataSource/UContentBrowserAssetDataSource
- UContentBrowserDataSource::CreateFolder()
- UContentBrowserAssetDataSource::CreateFolder()
References
Module | ContentBrowserAssetDataSource |
Header | /Engine/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/Source/ContentBrowserAssetDataSource/Public/ContentBrowserAssetDataSource.h |
Include | #include "ContentBrowserAssetDataSource.h" |
Source | /Engine/Plugins/Editor/ContentBrowser/ContentBrowserAssetDataSource/Source/ContentBrowserAssetDataSource/Private/ContentBrowserAssetDataSource.cpp |
virtual bool CreateFolder
&40;
const FName InPath,
FContentBrowserItemDataTemporaryContext & OutPendingItem
&41;
Remarks
Attempt to begin the process of asynchronously creating a folder at the given virtual path, populating a temporary item that can be finalized or canceled by the user. True if the pending folder was created, false otherwise.
Parameters
Name | Description |
---|---|
InPath | The initial virtual path of the folder that is being created. |
OutPendingItem | Temporary item context to fill with information about the pending folder item. |