SortPackagesForReload

Given an array of packages, sort them so that dependencies will be processed before the packages that depend on them.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/PackageReload.h

Include

#include "UObject/PackageReload.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/PackageReload.cpp

Syntax

void SortPackagesForReload
(
    TArray< UPackage * > & PackagesToReload
)

Remarks

Given an array of packages, sort them so that dependencies will be processed before the packages that depend on them.

Parameters

Parameter

Description

PackagesToReload

Array of packages to sort. Will be replaced with the sorted data.

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