ILauncherProfile::IsIncludingPrerequisites

Checks whether to include an installer for prerequisites of packaged games, such as redistributable operating system components, on platforms that support it.

Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfile

References

   
Module LauncherServices
Header /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h
Include #include "ILauncherProfile.h"
bool IsIncludingPrerequisites() const

Remarks

Checks whether to include an installer for prerequisites of packaged games, such as redistributable operating system components, on platforms that support it. true if prerequisites are to be included, false otherwise.

See Also

SetIncludePrerequisites


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library