Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > Misc > FRedirectCollector
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/RedirectCollector.h |
Include | #include "Misc/RedirectCollector.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/Misc/RedirectCollector.cpp |
void ProcessSoftObjectPathPackageList
&40;
FName FilterPackage,
bool bGetEditorOnly,
TSet< FName > & OutReferencedPackages
&41;
Remarks
Returns the list of packages referenced by soft object paths loaded by FilterPackage, and remove them from the internal list
Parameters
Name | Description |
---|---|
FilterPackage | Return references made by loading this package. If passed null will return all references made with no explicit package |
bGetEditorOnly | If true will return references loaded by editor only objects, if false it will not |
OutReferencedPackages | Return list of packages referenced by FilterPackage |