UGameFeaturesSubsystem::UninstallGameFeaturePlugin

Uninstall the specified game feature plugin.

Windows
MacOS
Linux

References

Module

GameFeatures

Header

/Engine/Plugins/Experimental/GameFeatures/Source/GameFeatures/Public/GameFeaturesSubsystem.h

Include

#include "GameFeaturesSubsystem.h"

Source

/Engine/Plugins/Experimental/GameFeatures/Source/GameFeatures/Private/GameFeaturesSubsystem.cpp

Syntax

void UninstallGameFeaturePlugin
(
    const FString & PluginURL,
    const FGameFeaturePluginUninstallComplete & CompleteDelegate
)

Remarks

Uninstall the specified game feature plugin. Will remove the game feature plugin from the device if it was downloaded

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss