Navigation
Unreal Engine C++ API Reference > Developer > DeveloperToolSettings
References
Module | DeveloperToolSettings |
Header | /Engine/Source/Developer/DeveloperToolSettings/Classes/CookerSettings.h |
Include | #include "CookerSettings.h" |
Syntax
enum EBlueprintComponentDataCookingMethod
{
Disabled,
AllBlueprints,
EnabledBlueprintsOnly,
}
Values
Name | Description |
---|---|
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. |