Navigation
Unreal Engine C++ API Reference > Developer > CookMetadata
References
Module | CookMetadata |
Header | /Engine/Source/Developer/CookMetadata/Public/CookMetadata.h |
Include | #include "CookMetadata.h" |
Syntax
struct FCookMetadataPluginHierarchy
Variables
Type | Name | Description |
---|---|---|
TArray< uint16 ... | PluginDependencies | The list of plugin dependencies. |
TArray< FCookMe... | PluginsEnabledAtCook | The list of plugins that were enabled during the cook that generated the FCookMetadataState, pruned to remove plugins that aren't enabled on the cook platform. |
TArray< uint16 ... | RootPlugins | The list of root plugins for the project as defined by the Editor.ini file. |