IAssetTools::CreateAssetWithDialog

Opens an asset picker dialog and creates an asset with the path chosen in the dialog

Windows
MacOS
Linux

References

Module

AssetTools

Header

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

Include

#include "IAssetTools.h"

Syntax

UObject * CreateAssetWithDialog
(
    UClass * AssetClass,
    UFactory * Factory,
    FName CallingContext
)

Remarks

Opens an asset picker dialog and creates an asset with the path chosen in the dialog

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