Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
Description
Returns the list of plugin filenames that have progressed beyond installed. Used in cooking to determine which will be cooked.
| Name | GetLoadedGameFeaturePluginFilenamesForCooking |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h |
| Include Path | #include "GameFeaturesSubsystem.h" |
| Source | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Private/GameFeaturesSubsystem.cpp |
void GetLoadedGameFeaturePluginFilenamesForCooking
(
TArray < FString > & OutLoadedPluginFilenames
) const