Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Sets whether to include game prerequisites.
| Name | SetIncludePrerequisites |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
void SetIncludePrerequisites
(
bool InValue
)
Parameters
| Name | Remarks |
|---|---|
| Value | Whether prerequisites should be used. |