IAssetTools::FindSoftReferencesToObjects

Returns list of objects that soft reference the given soft object paths.

Unreal Engine C++ API Reference > Developer > AssetTools > IAssetTools

References

   
Module AssetTools
Header /Engine/Source/Developer/AssetTools/Public/IAssetTools.h
Include #include "IAssetTools.h"
void FindSoftReferencesToObjects
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [FSoftObjectPath](API\Runtime\CoreUObject\UObject\FSoftObjectPath) > & TargetObjects,
    [TMap](API\Runtime\Core\Containers\TMap)< [FSoftObjectPath](API\Runtime\CoreUObject\UObject\FSoftObjectPath), [TArray](API\Runtime\Core\Containers\TArray)< [UObject](API\Runtime\CoreUObject\UObject\UObject) * >> & ReferencingObjects
)

Remarks

Returns list of objects that soft reference the given soft object paths. This will load assets into memory to verify


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library