Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UninstallGameFeaturePlugin
(
const FString& PluginURL, |
Uninstalls any game data stored for this GameFeaturePlugin and terminates the GameFeaturePlugin. | GameFeaturesSubsystem.h | |
void UninstallGameFeaturePlugin
(
const FString& PluginURL, |
GameFeaturesSubsystem.h |
UninstallGameFeaturePlugin(const FString &, const FGameFeaturePluginUninstallComplete &)
Description
Uninstalls any game data stored for this GameFeaturePlugin and terminates the GameFeaturePlugin. If the given PluginURL is not found this will create a GameFeaturePlugin first and attempt to run it through the uninstall flow. This allows for the uninstalling of data that was installed on previous runs of the application where we haven't yet requested the GameFeaturePlugin that we would like to uninstall data for on this run.
| Name | UninstallGameFeaturePlugin |
| 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 UninstallGameFeaturePlugin
(
const FString & PluginURL,
const FGameFeaturePluginUninstallComplete & CompleteDelegate
)
UninstallGameFeaturePlugin(const FString &, const FGameFeatureProtocolOptions &, const FGameFeaturePluginUninstallComplete &)
| Name | UninstallGameFeaturePlugin |
| 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 UninstallGameFeaturePlugin
(
const FString & PluginURL,
const FGameFeatureProtocolOptions & ProtocolOptions,
const FGameFeaturePluginUninstallComplete & CompleteDelegate
)