ILauncherProfile::SetAdditionalCommandLineParameters

Sets the additional command line parameters for the application to use at launch.

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

References

   
Module LauncherServices
Header /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h
Include #include "ILauncherProfile.h"
void SetAdditionalCommandLineParameters
(
    const [FString](API\Runtime\Core\Containers\FString) & Params
)

Remarks

Sets the additional command line parameters for the application to use at launch. These will be used by all launch roles

Parameters

Name Description
Params The additional command line parameters to use

See Also

GetAdditionalCommandLineParameters


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library