Navigation
API > API/Plugins > API/Plugins/GameFeatures
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Experimental/GameFeatures/Source/GameFeatures/Public/GameFeatureVersePathMapperCommandlet.h |
| Include | #include "GameFeatureVersePathMapperCommandlet.h" |
Syntax
class FDepthFirstGameFeatureSorter
Remarks
Finds plugin dependencies and returns them in dependency order (reverse topological sort order)
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDepthFirstGameFeatureSorter
(
const TMap< FName, FGameFeaturePluginInfo >& InGfpInfoMap |
Constructor InGfpInfoMap Map containing plugin dependencies (FDepthFirstGameFeatureSorter points to this map, it is not copied) |
Functions
| 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 |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EVisitState |