IAssetTools::CreateAssetWithDialog

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

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

References

   
Module AssetTools
Header /Engine/Source/Developer/AssetTools/Public/IAssetTools.h
Include #include "IAssetTools.h"
[UObject](API\Runtime\CoreUObject\UObject\UObject) * CreateAssetWithDialog
(
    [UClass](API\Runtime\CoreUObject\UObject\UClass) * AssetClass,
    [UFactory](API\Editor\UnrealEd\Factories\UFactory) * Factory,
    [FName](API\Runtime\Core\UObject\FName) CallingContext
)

Remarks

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library