IContentBrowserSingleton::CreateAssetPicker

Generates an asset picker widget locked to the specified [FARFilter](API\Runtime\CoreUObject\AssetRegistry\FARFilter).

Windows
MacOS
Linux

References

Module

ContentBrowser

Header

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

Include

#include "IContentBrowserSingleton.h"

Syntax

TSharedRef< class SWidget > CreateAssetPicker
(
    const FAssetPickerConfig & AssetPickerConfig
)

Remarks

Generates an asset picker widget locked to the specified FARFilter.

Returns

The asset picker widget

Parameters

Parameter

Description

AssetPickerConfig

A struct containing details about how the asset picker should behave

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