Navigation
API > API/Developer > API/Developer/CookMetadata
| |
|
| Name |
FCookMetadataPluginHierarchy |
| Type |
struct |
| Header File |
/Engine/Source/Developer/CookMetadata/Public/CookMetadata.h |
| Include Path |
#include "CookMetadata.h" |
Syntax
struct FCookMetadataPluginHierarchy
Structs
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| CustomFieldEntries |
TArray< FCustomFieldEntry > |
|
CookMetadata.h |
|
| PluginDependencies |
TArray< uint16 > |
The list of plugin dependencies. |
CookMetadata.h |
|
| PluginsEnabledAtCook |
TArray< FCookMetadataPluginEntry > |
The list of plugins that were enabled during the cook that generated the FCookMetadataState. |
CookMetadata.h |
|
| RootPlugins |
TArray< uint16 > |
The list of root plugins for the project as defined by the Editor.ini file. |
CookMetadata.h |
|