Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileBuildCookRun
Description
Sets whether to pack with UnrealPak.
| Name | SetDeployWithUnrealPak |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileBuildCookRun.h |
| Include Path | #include "ILauncherProfileBuildCookRun.h" |
void SetDeployWithUnrealPak
(
bool UseUnrealPak
)
Parameters
| Name | Remarks |
|---|---|
| UseUnrealPak | Whether UnrealPak should be used. |