Navigation
API > API/Plugins > API/Plugins/GameFeatures > API/Plugins/GameFeatures/UGameFeaturesProjectPolicies
References
| Module | GameFeatures |
| Header | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Public/GameFeaturesProjectPolicies.h |
| Include | #include "GameFeaturesProjectPolicies.h" |
| Source | /Engine/Plugins/Runtime/GameFeatures/Source/GameFeatures/Private/GameFeaturesProjectPolicies.cpp |
virtual void ExplicitLoadGameFeaturePlugin
(
const FString & PluginURL,
const FGameFeaturePluginLoadComplete & CompleteDelegate,
const bool bActivateGameFeatures
)
Remarks
Called by code that explicitly wants to load a specific plugin (e.g., when using a fast cook a game might want to allow explicitly loaded game feature plugins)