Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Checks whether to include an installer for prerequisites of packaged games, such as redistributable operating system components, on platforms that support it.
| Name | IsIncludingPrerequisites |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
bool IsIncludingPrerequisites() const
true if prerequisites are to be included, false otherwise.
See Also
- SetIncludePrerequisites