FOnLauncherProfileManagerInitialized

Declares a delegate to be invoked when a launcher profile manager has been initialized.

Unreal Engine C++ API Reference > Developer > LauncherServices

Type

typedef TMulticastDelegate_OneParam< void, [ILauncherProfileManager](API\Developer\LauncherServices\ILauncherProfileManager) & > FOnLauncherProfileManagerInitialized  

References

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

Remarks

Declares a delegate to be invoked when a launcher profile manager has been initialized.

The first parameter is the profile manager.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library