Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h |
| Include | #include "GameFeaturesSubsystem.h" |
| Source | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Private/GameFeaturesSubsystem.cpp |
TSharedRef < FGameFeaturePluginPredownloadHandle > PredownloadGameFeaturePlugins
(
TConstArrayView< FString > PluginURLs,
TUniqueFunction < void &)> OnComplete,
TUniqueFunction < void> OnProgress
)
Remarks
Pre-install any required game feature data, which can be useful for larger payloads. This does not instantiate any GFP although it is safe to do so before this finishes.