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 EBlueprintPropertyGuidsCookingMethod
{
Disabled,
AllBlueprints,
EnabledBlueprintsOnly,
}
Values
Name | Description |
---|---|
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. |