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) FindProfile ( const [FString](API\Runtime\Core\Containers\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. |