IAssetTools::FindSoftReferencesToObject

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

Windows
MacOS
Linux

References

Module

AssetTools

Header

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

Include

#include "IAssetTools.h"

Syntax

void FindSoftReferencesToObject
(
    FSoftObjectPath TargetObject,
    TArray< UObject * > & ReferencingObjects
)

Remarks

Returns list of objects that soft reference the given soft object path. 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