Navigation
API > API/Developer > API/Developer/LauncherServices
Interface for a factory to create pre-defined launcher profiles.
| Name | ILauncherProfileWizard |
| Type | class |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h |
| Include Path | #include "ILauncherProfileManager.h" |
Syntax
class ILauncherProfileWizard
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~ILauncherProfileWizard() |
Virtual destructor. | ILauncherProfileManager.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FText GetDescription() |
Wizard description text that will be used for menu tooltip | ILauncherProfileManager.h | |
FText GetName() |
Wizard name that will be used for menu | ILauncherProfileManager.h | |
void HandleCreateLauncherProfile
(
const ILauncherProfileManagerRef& ProfileManager |
Handle request to create launcher profile using this wizard | ILauncherProfileManager.h |