Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
Description
Gets the URL for the given plugin, applying game-specific policies where appropriate. Should only be used for built-in GFPs
| Name | GetBuiltInGameFeaturePluginURL |
| 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 |
bool GetBuiltInGameFeaturePluginURL
(
const TSharedRef < IPlugin > & Plugin,
FString & OutPluginURL
) const