ILauncherProfileManager::LoadProfile

Attempts to load a profile from the specified archive.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h

Include

#include "ILauncherProfileManager.h"

Syntax

ILauncherProfilePtr LoadProfile
(
    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.

Returns

The loaded profile, or nullptr if loading failed.

Parameters

Parameter

Description

Archive

The archive to load from.

See Also

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss