Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfileManager
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
Include | #include "ILauncherProfileManager.h" |
[ILauncherProfileRef](API\Developer\LauncherServices\ILauncherProfileRef) CreateUnsavedProfile ( [FString](API\Runtime\Core\Containers\FString) ProfileName )
Remarks
Creates a new profile but does not add it to the internal tracking. The new profile created.
Parameters
Name | Description |
---|---|
ProfileName | The name of the profile to create. |