Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfileManager
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
Include | #include "ILauncherProfileManager.h" |
[ILauncherProfilePtr](API\Developer\LauncherServices\ILauncherProfilePtr) GetProfile ( const [FGuid](API\Runtime\Core\Misc\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. |