ILauncherProfileManager::AddProfile

Adds the given profile to the list of managed profiles.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

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

Include

#include "ILauncherProfileManager.h"

Syntax

void AddProfile
(
    const ILauncherProfileRef & Profile
)

Remarks

Adds the given profile to the list of managed profiles.

If a profile with the same identifier already exists in the profile collection, it will be deleted before the given profile is added.

Parameters

Parameter

Description

Profile

The profile to add.

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