Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
Description
Returns list of objects that soft reference the given soft object path. This will load assets into memory to verify
| Name | FindSoftReferencesToObject |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path | #include "IAssetTools.h" |
UFUNCTION (BlueprintCallable, Category="Editor Scripting | Asset Tools")
void FindSoftReferencesToObject
(
FSoftObjectPath TargetObject,
TArray < UObject * > & ReferencingObjects
)