Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/ICookPackageSplitter > API/Editor/UnrealEd/ICookPackageSplitter/FPopulateContext
Description
Report objects that will be moved into the Generator or Generated package during its save. This is optional - these reported objects are processed (BeginCacheForCookPlatformData) asynchronously instead of synchronously during save.
This callback is only valid during Populate functions. It is ignored during PreSave and PostSave functions.
| Name | ReportObjectToMove |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/CookPackageSplitter.h |
| Include Path | #include "CookPackageSplitter.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Cooker/CookGenerationHelper.cpp |
void ReportObjectToMove
(
UObject * Object
)