Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCookEventContext
Description
Return the CookInfo that provides information about the overall cook. Returns null if not cooking. Can sometimes be null even if IsCooking is true. (TODO: Fix these cases, make it guaranteed not null.)
| Name | GetCookInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookEvents.h |
| Include Path | #include "Cooker/CookEvents.h" |
ICookInfo * GetCookInfo() const