Navigation
API > API/Plugins > API/Plugins/ContentBrowserFileDataSource > API/Plugins/ContentBrowserFileDataSource/UContentBrowserFileDataSource
- UContentBrowserDataSource::CanCreateFolder()
- UContentBrowserFileDataSource::CanCreateFolder()
References
Module | ContentBrowserFileDataSource |
Header | /Engine/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Source/ContentBrowserFileDataSource/Public/ContentBrowserFileDataSource.h |
Include | #include "ContentBrowserFileDataSource.h" |
Source | /Engine/Plugins/Editor/ContentBrowser/ContentBrowserFileDataSource/Source/ContentBrowserFileDataSource/Private/ContentBrowserFileDataSource.cpp |
virtual bool CanCreateFolder
&40;
const FName InPath,
FText &42; OutErrorMsg
&41;
Remarks
Query whether a folder can be created at the given virtual path, optionally providing error information if it cannot. True if the folder can be created, false otherwise.
Parameters
Name | Description |
---|---|
InPath | The virtual path of the folder that is being queried. |
OutErrorMessage | Optional error message to fill on failure. |