TakesUtils::MakeNewAsset

Utility function that creates an asset with the specified asset path and name.

Windows
MacOS
Linux

References

Module

TakesCore

Header

/Engine/Plugins/VirtualProduction/Takes/Source/TakesCore/Public/TakesUtils.h

Include

#include "TakesUtils.h"

Syntax

namespace TakesUtils
{
    template<typename AssetType>
    static AssetType * TakesUtils::MakeNewAsset
    (
        const FString & BaseAssetPath,
        const FString & BaseAssetName
    )
}

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.

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