Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UnloadGameFeaturePlugin
(
const FString& PluginURL, |
Unloads the specified game feature plugin. | GameFeaturesSubsystem.h | |
void UnloadGameFeaturePlugin
(
const FString& PluginURL, |
GameFeaturesSubsystem.h |
UnloadGameFeaturePlugin(const FString &, bool)
Description
Unloads the specified game feature plugin.
| Name | UnloadGameFeaturePlugin |
| 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 UnloadGameFeaturePlugin
(
const FString & PluginURL,
bool bKeepRegistered
)
UnloadGameFeaturePlugin(const FString &, const FGameFeaturePluginUnloadComplete &, bool)
| Name | UnloadGameFeaturePlugin |
| 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 UnloadGameFeaturePlugin
(
const FString & PluginURL,
const FGameFeaturePluginUnloadComplete & CompleteDelegate,
bool bKeepRegistered
)