Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfileManager
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
Include | #include "ILauncherProfileManager.h" |
[ILauncherSimpleProfilePtr](API\Developer\LauncherServices\ILauncherSimpleProfilePtr) FindOrAddSimpleProfile ( const [FString](API\Runtime\Core\Containers\FString) & DeviceName )
Remarks
Finds or Adds then returns a simple profile for the specified Device The simple profile for the specified device.
Parameters
Name | Description |
---|---|
DeviceName | The name of the device we want the simple profile for. |