ILauncherProfileManager::LoadJSONProfile

Attempts to load a profile from the specified file.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfileManager.h"

Syntax

ILauncherProfilePtr LoadJSONProfile
(
    FString ProfileFile
)

Remarks

Attempts to load a profile from the specified file.

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

ProfileFile

The file 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