Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookInfo
Description
Return the set of plugins that the cooker has determined are enabled on the current platform. This is different than IPluginManager::GetEnabledPlugins. The IPluginManager version returns the plugins enabled for the editor process, this GetEnabledPlugins returns the plugins that will be enabled on the TargetPlatform.
Returns nullptr if the given Platform is not a session platform in the current cook.
| Name | GetEnabledPlugins |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include Path | #include "UObject/ICookInfo.h" |
const TSet< IPlugin * > * GetEnabledPlugins
(
const ITargetPlatform * TargetPlatform
)