Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/FDepthFirstGameFeatureSorter
| Type | Name | Description | |
|---|---|---|---|
| bool | Sort
(
TFunctionRef< FName()> GetNextRootPlugin, |
Find and sort all dependencies GetNextRootPlugin function that iterates plugins in the root set, returning None after the final plugin in the set. | |
| bool | Sort
(
TConstArrayView< FName > RootPlugins, |
Find and sort all dependencies RootPlugins set of root plugins AddOutput callback to receive roots and dependencies, called in dependency order false if there is an error or a cyclic dependency is discovered | |
| bool | Sort
(
FName RootPlugin, |
||
| bool | Find and sort all dependencies RootPlugins set of root plugins OutPlugins roots and dependencies in dependency order false if there is an error or a cyclic dependency is discovered | ||
| bool |