Navigation
API > API/Plugins > API/Plugins/TakesCore > API/Plugins/TakesCore/TakesUtils__CreateNewAssetPackag-
References
| Module | TakesCore |
| Header | /Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakesUtils.h |
| Include | #include "TakesUtils.h" |
namespace TakesUtils
{
template<typename AssetType>
static bool TakesUtils::CreateNewAssetPackage
(
FString & InPackageName,
TObjectPtr < AssetType > & OutAsset,
FText * OutError,
AssetType * OptionalBase
)
}