ILauncherProfileManager::LoadProfile

Attempts to load a profile from the specified archive.

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) LoadProfile
(
    [FArchive](API\Runtime\Core\Serialization\FArchive) & Archive
)

Remarks

Attempts to load a profile from the specified archive.

The loaded profile is NOT automatically added to the profile manager. Use AddProfile() to add it to the collection. The loaded profile, or nullptr if loading failed.

Parameters

Name Description
Archive The archive to load from.

See Also

AddProfile

SaveProfile


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library