Navigation
API > API/Developer > API/Developer/CookedEditor > API/Developer/CookedEditor/ICookedEditorPackageManager
Description
Allows the subclass to exclude specific objects in packages discovered during the cook. By default, will disallow UBlueprint objects
Derived Overrides
| Name | AllowObjectToBeCooked |
| Type | function |
| Header File | /Engine/Source/Developer/CookedEditor/Public/CookedEditorPackageManager.h |
| Include Path | #include "CookedEditorPackageManager.h" |
bool AllowObjectToBeCooked
(
const class UObject * Obj
) const