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