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