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 GetProfile
(
const FGuid & ProfileId
) const
Remarks
Gets the profile with the specified identifier. The profile, or nullptr if the profile doesn't exist.
Parameters
| Name | Description |
|---|---|
| ProfileId | The identifier of the profile to get. |