ILauncherProfileWizard

Interface for a factory to create pre-defined launcher profiles.

Unreal Engine C++ API Reference > Developer > LauncherServices

References

   
Module LauncherServices
Header /Engine/Source/Developer/LauncherServices/Public/ILauncherProfileManager.h
Include #include "ILauncherProfileManager.h"

Syntax

class ILauncherProfileWizard  

Remarks

Interface for a factory to create pre-defined launcher profiles.

Destructors

Type Name Description
  ~ILauncherProfileWizard () Virtual destructor.

Functions

Type Name Description
FText GetDescription () Wizard description text that will be used for menu tooltip
FText GetName () Wizard name that will be used for menu
void HandleCreateLauncherProfile ( const ILauncherProfileManagerRef& ... ) Handle request to create launcher profile using this wizard

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library