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" |
ILauncherProfilePtr FindProfile
(
const FString & ProfileName
)
Remarks
Gets the profile with the specified name. The profile, or nullptr if the profile doesn't exist.
Parameters
| Name | Description |
|---|---|
| ProfileName | The name of the profile to get. |