Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesProjectPolicies
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TValueOrError< FString, FString > ResolvePluginDependency
(
const FString& PluginURL, |
GameFeaturesProjectPolicies.h | ||
virtual TValueOrError< FString, FString > ResolvePluginDependency
(
const FString& PluginURL, |
Called to resolve plugin dependencies, will successfully return an empty string if a dependency is not a GFP. | GameFeaturesProjectPolicies.h |
ResolvePluginDependency(const FString &, const FString &)
| Name | ResolvePluginDependency |
| 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 TValueOrError < FString, FString > ResolvePluginDependency
(
const FString & PluginURL,
const FString & DependencyName
) const
ResolvePluginDependency(const FString &, const FString &, FPluginDependencyDetails &)
Description
Called to resolve plugin dependencies, will successfully return an empty string if a dependency is not a GFP. This may be called with file protocol for built-in plugins in some cases, even if a different protocol is used at runtime. returns The dependency URL or an error if the dependency could not be resolved
| Name | ResolvePluginDependency |
| 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 TValueOrError < FString, FString > ResolvePluginDependency
(
const FString & PluginURL,
const FString & DependencyName,
FPluginDependencyDetails & OutDetails
) const