Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/ICookInfo
Description
Returns the output folder being used by the cooker for the given platform in the given session. Returns empty string if not in a session or the given platform is not in GetSessionPlatforms(). Returns the path to the root folder of the output, so e.g. GetCookOutputFolder()/
| Name | GetCookOutputFolder |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/ICookInfo.h |
| Include Path | #include "UObject/ICookInfo.h" |
FString GetCookOutputFolder
(
const ITargetPlatform * TargetPlatform
)