Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EGameFeaturePluginState GetPluginState
(
const FString& PluginURL |
Returns the current state of the state machine for the specified plugin URL | GameFeaturesSubsystem.h | |
EGameFeaturePluginState GetPluginState
(
FGameFeaturePluginIdentifier PluginIdentifier |
Returns the current state of the state machine for the specified plugin PluginIdentifier | GameFeaturesSubsystem.h |
GetPluginState(const FString &)
Description
Returns the current state of the state machine for the specified plugin URL
| Name | GetPluginState |
| 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 |
EGameFeaturePluginState GetPluginState
(
const FString & PluginURL
) const
GetPluginState(FGameFeaturePluginIdentifier)
Description
Returns the current state of the state machine for the specified plugin PluginIdentifier
| Name | GetPluginState |
| 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 |
EGameFeaturePluginState GetPluginState
(
FGameFeaturePluginIdentifier PluginIdentifier
) const