Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Description
Gets the additional command line parameters that will be used when the app launches. These will be used by all launch roles
| Name | GetAdditionalCommandLineParameters |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
FString GetAdditionalCommandLineParameters() const
The additional command line parameters
See Also
- SetAdditionalCommandLineParameters