Navigation
API > API/Editor > API/Editor/ContentBrowserData > API/Editor/ContentBrowserData/FContentBrowserItem
References
| Module | ContentBrowserData |
| Header | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItem.h |
| Include | #include "ContentBrowserItem.h" |
| Source | /Engine/Source/Editor/ContentBrowserData/Private/ContentBrowserItem.cpp |
bool CanSave
&40;
const EContentBrowserItemSaveFlags InSaveFlags,
FText &42; OutErrorMsg
&41; const
Remarks
Query whether this item is can be saved, optionally providing error information if it cannot. True if the item can be saved, false otherwise.
Parameters
| Name | Description |
|---|---|
| InSaveFlags | Flags controlling the rules behind when the item should be saved. |
| OutErrorMessage | Optional error message to fill on failure. |