IContentBrowserSingleton::CreateOpenAssetDialog

Opens the Open 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 CreateOpenAssetDialog
(
    const FOpenAssetDialogConfig & OpenAssetConfig,
    const FOnAssetsChosenForOpen & OnAssetsChosenForOpen,
    const FOnAssetDialogCancelled & OnAssetDialogCancelled
)

Remarks

Opens the Open Asset dialog in a non-modal window

Parameters

Parameter

Description

OpenAssetConfig

A struct containing details about how the open asset dialog should behave

OnAssetsChosenForOpen

A delegate that is fired when assets are chosen and the open 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