FCookMetadataPluginEntry

The name and dependency information for a plugin that was enabled during cooking.

Unreal Engine C++ API Reference > Developer > CookMetadata

References

   
Module CookMetadata
Header /Engine/Source/Developer/CookMetadata/Public/CookMetadata.h
Include #include "CookMetadata.h"

Syntax

struct FCookMetadataPluginEntry  

Remarks

The name and dependency information for a plugin that was enabled during cooking.

Variables

Type Name Description
uint16 DependencyIndexEnd  
uint16 DependencyIndexStart The dependencies are stored in the FCookMetadataPluginHierarchy::PluginDependencies array, and this is an index into it.
FString Name  

Functions

Type Name Description
uint16 DependencyCount ()  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library