Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
Description
Returns list of objects that soft reference the given soft object paths. This will load assets into memory to verify
| Name | FindSoftReferencesToObjects |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path | #include "IAssetTools.h" |
void FindSoftReferencesToObjects
(
const TArray < FSoftObjectPath > & TargetObjects,
TMap < FSoftObjectPath , TArray < UObject * > > & ReferencingObjects
)