Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesSubsystem
Description
If the specified plugin is a built-in plugin, return the URL used to identify it. Returns true if the plugin exists, false if it was not found
| Name | GetPluginURLForBuiltInPluginByName |
| 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 GetPluginURLForBuiltInPluginByName
(
const FString & PluginName,
FString & OutPluginURL
) const