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) FindSimpleProfile ( const [FString](API\Runtime\Core\Containers\FString) & DeviceName )
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. |