ILauncherProfileManager::FindProfile

Gets the profile with the specified name.

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.

See Also

GetProfile


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library