Navigation
API > API/Plugins > API/Plugins/GameFeatures
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/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 @Param 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 @Param 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 @Param RootPlugins set of root plugins @Param AddOutput callback to receive roots and dependencies, called in dependency order @Return false if there is an error or a cyclic dependency is discovered | |
| bool | Sort
(
FName RootPlugin, |
||
| bool | Find and sort all dependencies @Param RootPlugins set of root plugins @Param OutPlugins roots and dependencies in dependency order @Return false if there is an error or a cyclic dependency is discovered | ||
| bool |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EVisitState |