Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FCookEventContext
Description
Return the TargetPlatform on behalf of which the event was called on the UObject. In multiprocess cooks, this will be the specific platform being saved; each platform will get its own call. Non-null if and only if IsCooking().
| Name | GetTargetPlatform |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Cooker/CookEvents.h |
| Include Path | #include "Cooker/CookEvents.h" |
const ITargetPlatform * GetTargetPlatform() const