Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/IContentBrowserSingleton
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include | #include "IContentBrowserSingleton.h" |
void CreateSaveAssetDialog
&40;
const FSaveAssetDialogConfig & SaveAssetConfig,
const FOnObjectPathChosenForSave & OnAssetNameChosenForSave,
const FOnAssetDialogCancelled & OnAssetDialogCancelled
&41;
Remarks
Opens the Save Asset dialog in a non-modal window
Parameters
| Name | Description |
|---|---|
| SaveAssetConfig | A struct containing details about how the save asset dialog should behave |
| OnAssetNameChosenForSave | A delegate that is fired when an object path is chosen and the save button is pressed |
| OnAssetDialogCancelled | A delegate that is fired when the asset dialog is closed or cancelled |