Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
References
Module | AssetTools |
Header | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
Include | #include "IAssetTools.h" |
void RenameReferencingSoftObjectPaths
&40;
const TArray< UPackage &42; > PackagesToCheck,
const TMap< FSoftObjectPath, FSoftObjectPath > & AssetRedirectorMap
&41;
Remarks
Function that renames all FSoftObjectPath object with the old asset path to the new one.
Parameters
Name | Description |
---|---|
PackagesToCheck | Packages to check for referencing FSoftObjectPath. |
AssetRedirectorMap | Map from old asset path to new asset path |