Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Get an additional object that should be added to the AssetDatas stored for a cooked package, to handle objects stripped from cooked packages. e.g. UBlueprintGeneratedClass returns its UBlueprint.
| Name | GetAdditionalAssetDataObjectsForCook |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
virtual void GetAdditionalAssetDataObjectsForCook
(
FArchiveCookContext & CookContext,
TArray < UObject * > & OutObjects
) const