Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include | #include "ILauncherProfileManager.h" |
ILauncherSimpleProfilePtr FindSimpleProfile
&40;
const FString & DeviceName
&41;
Remarks
Gets the simple profile for the specified device. The simple profile for the specified device, or nullptr if the simple profile doesn't exist.
Parameters
| Name | Description |
|---|---|
| DeviceName | The name of the device we want the simple profile for. |