Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesProjectPolicies
Description
Called to determine the plugin URL for a given known Plugin. Can be used if the policy wants to deliver non file based URLs.
THREAD SAFETY: Should be threadsafe for EGameFeaturesProjectPoliciesThreadSafetyVersion::Initial
| Name | GetGameFeaturePluginURL |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesProjectPolicies.h |
| Include Path | #include "GameFeaturesProjectPolicies.h" |
| Source | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Private/GameFeaturesProjectPolicies.cpp |
virtual bool GetGameFeaturePluginURL
(
const TSharedRef < IPlugin > & Plugin,
FString & OutPluginURL
) const