IAssetTools::FindSoftReferencesToObjects

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

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/IAssetTools.h

Include

#include "IAssetTools.h"

Syntax

void FindSoftReferencesToObjects
(
    const TArray< FSoftObjectPath > & TargetObjects,
    TMap< FSoftObjectPath, TArray< UObject * >> & ReferencingObjects
)

Remarks

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

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