Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookInfo
Description
Returns the list of platforms that will be/are being/have been cooked for the current cook session. Returns empty array when outside of a cooksession, including in the case that GetCookType() == ECookType::OnTheFly and no platforms have been requested yet. During cook by the book, this list will not change throughout the cook, during CookOnTheFly it can be added to or removed from when platforms are requested or go idle and are dropped.
| Name | GetSessionPlatforms |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include Path | #include "UObject/ICookInfo.h" |
TArray < const ITargetPlatform * > GetSessionPlatforms()