Navigation
API > API/Plugins > API/Plugins/TakesCore
Description
Utility function that creates an asset with the specified asset path and name. If the asset cannot be created (as one already exists), we try to postfix the asset name until we can successfully create the asset.
| Name | TakesUtils::MakeNewAsset |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakesUtils.h |
| Include Path | #include "TakesUtils.h" |
namespace TakesUtils
{
template<typename AssetType>
static AssetType * TakesUtils::MakeNewAsset
(
const FString & BaseAssetPath,
const FString & BaseAssetName
)
}