IAssetTools::DuplicateAssetWithDialogAndTitle

Opens an asset picker dialog and creates an asset with the specified name and path.

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/IAssetTools.h

Include

#include "IAssetTools.h"

Syntax

UObject * DuplicateAssetWithDialogAndTitle
(
    const FString & AssetName,
    const FString & PackagePath,
    UObject * OriginalObject,
    FText DialogTitle
)

Remarks

Opens an asset picker dialog and creates an asset with the specified name and path. Uses OriginalObject as the duplication source. Uses DialogTitle as the dialog's title.

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