Navigation
API > API/Developer > API/Developer/CookMetadata
| Name | UE::Cook::ECookMetadataCustomFieldType |
| Type | enum |
| Header File | /Engine/Source/Developer/CookMetadata/Public/CookMetadata.h |
| Include Path | #include "CookMetadata.h" |
Syntax
namespace UE
{
namespace Cook
{
enum ECookMetadataCustomFieldType
{
Unknown,
Bool,
String,
}
}
}
Values
| Name | Remarks |
|---|---|
| Unknown | |
| Bool | When there's nowhere to get the information from. |
| String |