CreateAsset

Overload list

Windows
MacOS
Linux
Name Description

Public function

UObject *...

 

CreateAsset

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

This version of CreateAsset has been deprecated. Use CreateAssetWithDialog instead

Public function

UObject *...

 

CreateAsset

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

Creates an asset with the specified name, path, and factory

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