Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfile
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
Include | #include "ILauncherProfile.h" |
void SetName ( const [FString](API\Runtime\Core\Containers\FString) & NewName )
Remarks
Updates the name of the profile.
Parameters
Name | Description |
---|---|
NewName | The new name of the profile. |