CreateAssetWithDialog

Overload list

Unreal Engine C++ API Reference > Developer > AssetTools > IAssetTools

  Type Name Description
Public function UObject *

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

Opens an asset picker dialog and creates an asset with the path chosen in the dialog
Public function UObject *

CreateAssetWithDialog ( const FString& AssetName,
const FString& PackagePath,
UClass* AssetClass,
UFactory* Factory,
FName CallingContext,
const bool bCallConfigureProperties
)

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

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library

On this page