IAssetTools::CreateAsset

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

Windows
MacOS
Linux

Deprecated

  • This version of CreateAsset has been deprecated. Use CreateAssetWithDialog instead

References

Module

AssetTools

Header

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

Include

#include "IAssetTools.h"

Syntax

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

Remarks

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

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