IContentBrowserSingleton::CreateSaveAssetDialog

Opens the Save Asset dialog in a non-modal window

Windows
MacOS
Linux

References

Module

ContentBrowser

Header

/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h

Include

#include "IContentBrowserSingleton.h"

Syntax

void CreateSaveAssetDialog
(
    const FSaveAssetDialogConfig & SaveAssetConfig,
    const FOnObjectPathChosenForSave & OnAssetNameChosenForSave,
    const FOnAssetDialogCancelled & OnAssetDialogCancelled
)

Remarks

Opens the Save Asset dialog in a non-modal window

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss