Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Called during cooking for various events that happen on each UObject in a package during load/transform/save.
| Name | OnCookEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
virtual void OnCookEvent
(
UE::Cook::ECookEvent CookEvent,
UE::Cook::FCookEventContext & Context
)
See Also
- UE::Cook::ECookEvent for the possible events.