Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/UContentBrowserDataSubsystem
References
| Module | ContentBrowserData |
| Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserDataSubsystem.h |
| Include | #include "ContentBrowserDataSubsystem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserDataSubsystem.cpp |
bool CanCreateFolder
&40;
const FName InPath,
FText &42; OutErrorMsg
&41; const
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. |