ILauncherProfileManager::GetProfile

Gets the profile with the specified identifier.

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.

See Also

FindProfile


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library