Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfileManager
Description
Gets the profile with the specified name.
| Name | FindProfile |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include Path | #include "ILauncherProfileManager.h" |
ILauncherProfilePtr FindProfile
(
const FString & ProfileName
)
The profile, or nullptr if the profile doesn't exist.
Parameters
| Name | Remarks |
|---|---|
| ProfileName | The name of the profile to get. |
See Also
- GetProfile