Navigation
API > API/Developer > API/Developer/DeveloperToolSettings
| |
|
| Name |
EBlueprintPropertyGuidsCookingMethod |
| Type |
enum |
| Header File |
/Engine/Source/Developer/DeveloperToolSettings/Classes/CookerSettings.h |
| Include Path |
#include "CookerSettings.h" |
Syntax
enum EBlueprintPropertyGuidsCookingMethod
{
Disabled,
AllBlueprints,
EnabledBlueprintsOnly,
}
Values
| Name |
Remarks |
| Disabled |
Do not include the property GUIDs in a cooked build. No additional memory will be used. |
| AllBlueprints |
Include the property GUIDs in a cooked build for all Blueprint types. |
| EnabledBlueprintsOnly |
Include the property GUIDs in a cooked build only for Blueprint types that have explicitly enabled this feature in their class settings. |