Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/SAssetView
Description
Creates a new asset item designed to allocate a new object once it is named. Uses the supplied factory to create the asset
| Name | CreateNewAsset |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h |
| Include Path | #include "SAssetView.h" |
| Source | /Engine/Source/Editor/ContentBrowser/Private/SAssetView.cpp |
void CreateNewAsset
(
const FString & DefaultAssetName,
const FString & PackagePath,
UClass * AssetClass,
UFactory * Factory
)