Navigation
Unreal Engine C++ API Reference > Plugins > TakesCore
References
Module | TakesCore |
Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakesUtils.h |
Include | #include "TakesUtils.h" |
namespace TakesUtils
{
template<typename AssetType>
static AssetType &42; TakesUtils&58;&58;MakeNewAsset
&40;
const FString & BaseAssetPath,
const FString & BaseAssetName
&41;
}
Remarks
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.