Navigation
API > API/Developer > API/Developer/DeveloperToolSettings
| Name | EBlueprintComponentDataCookingMethod |
| Type | enum |
| Header File | /Engine/Source/Developer/DeveloperToolSettings/Classes/CookerSettings.h |
| Include Path | #include "CookerSettings.h" |
Syntax
enum EBlueprintComponentDataCookingMethod
{
Disabled,
AllBlueprints,
EnabledBlueprintsOnly,
}
Values
| Name | Remarks |
|---|---|
| Disabled | Do not generate optimized component data. No additional memory will be used. |
| AllBlueprints | Generate optimized component data for all Blueprint types. |
| EnabledBlueprintsOnly | Generate optimized component data only for Blueprint types that have explicitly enabled this feature in the class settings. |