FRedirectCollector::ProcessSoftObjectPathPackageList

Returns the list of packages referenced by soft object paths loaded by FilterPackage, and remove them from the internal list

Windows
MacOS
Linux

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

Syntax

void ProcessSoftObjectPathPackageList
(
    FName FilterPackage,
    bool bGetEditorOnly,
    TSet< FName > & OutReferencedPackages
)

Remarks

Returns the list of packages referenced by soft object paths loaded by FilterPackage, and remove them from the internal list

Parameters

Parameter

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

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