EBlueprintComponentDataCookingMethod

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss