| FCookCanceledDelegate |
TBaseDelegate_NoParams< void > |
Delegate type used to callback if the cook has been canceled only used for cook by the book in editor |
ILauncherProfile.h |
| FIsCookFinishedDelegate |
TBaseDelegate_NoParams< bool > |
Delegate type for detecting if cook is finished Used when cooking from the editor. |
ILauncherProfile.h |
| FOnCreateLauncher |
TMulticastDelegate_OneParam< void, ILauncherRef > |
|
ILauncherServicesModule.h |
| FOnLaunchCanceledDelegate |
TMulticastDelegate_OneParam< void, double > |
Delegate used to notify when the launch was canceled |
ILauncherWorker.h |
| FOnLaunchCompletedDelegate |
TMulticastDelegate_ThreeParams< void, bool, double, int32 > |
Delegate used to notify when the launch is complete |
ILauncherWorker.h |
| FOnLauncherDeviceGroupDeviceAdded |
TMulticastDelegate_TwoParams< void, const ILauncherDeviceGroupRef &, const FString & > |
Delegate type for adding devices. |
ILauncherDeviceGroup.h |
| FOnLauncherDeviceGroupDeviceRemoved |
TMulticastDelegate_TwoParams< void, const ILauncherDeviceGroupRef &, const FString & > |
Delegate type for removing devices. |
ILauncherDeviceGroup.h |
| FOnLauncherProfileDeployedDeviceGroupChanged |
TMulticastDelegate_OneParam< void, const ILauncherDeviceGroupPtr & > |
Delegate type for changing the device group to deploy to. |
ILauncherProfile.h |
| FOnLauncherProfileManagerDeviceGroupAdded |
TMulticastDelegate_OneParam< void, const ILauncherDeviceGroupRef & > |
Declares a delegate to be invoked when a device group was added to a profile manager. |
ILauncherProfileManager.h |
| FOnLauncherProfileManagerDeviceGroupRemoved |
TMulticastDelegate_OneParam< void, const ILauncherDeviceGroupRef & > |
Declares a delegate to be invoked when a device group was removed from a profile manager. |
ILauncherProfileManager.h |
| FOnLauncherProfileManagerInitialized |
TMulticastDelegate_OneParam< void, ILauncherProfileManager & > |
Declares a delegate to be invoked when a launcher profile manager has been initialized. |
ILauncherServicesModule.h |
| FOnLauncherProfileManagerProfileAdded |
TMulticastDelegate_OneParam< void, const ILauncherProfileRef & > |
Declares a delegate to be invoked when a launcher profile was added to a profile manager. |
ILauncherProfileManager.h |
| FOnLauncherProfileManagerProfileRemoved |
TMulticastDelegate_OneParam< void, const ILauncherProfileRef & > |
Declares a delegate to be invoked when a launcher profile was removed from a profile manager. |
ILauncherProfileManager.h |
| FOnLauncherProfileManagerProjectChanged |
TMulticastDelegate_NoParams< void > |
Declares a delegate to be invoked when the project is changed. |
ILauncherProfileManager.h |
| FOnLauncherProfilePostProcessAutomatedTestCommandLine |
TMulticastDelegate_ThreeParams< void, const ILauncherProfileAutomatedTestRef &, const ILauncherProfileRef &, FString & > |
Declares a delegate to be invoked to post-process a command line before launching and automated test |
ILauncherProfileManager.h |
| FOnLauncherProfilePostProcessCommandLine |
TMulticastDelegate_TwoParams< void, const ILauncherProfileRef &, FString & > |
Declares a delegate to be invoked to post-process a command line before launching |
ILauncherProfileManager.h |
| FOnLauncherWorkerStarted |
TMulticastDelegate_TwoParams< void, ILauncherWorkerPtr, ILauncherProfileRef > |
|
ILauncher.h |
| FOnProfileBuildTargetOptionsChanged |
TMulticastDelegate_NoParams< void > |
Delegate type for a change in build target options |
ILauncherProfile.h |
| FOnProfileCustomValidation |
TMulticastDelegate_NoParams< void > |
Delegate type for gathering custom profile validation |
ILauncherProfile.h |
| FOnProfileProjectChanged |
TMulticastDelegate_NoParams< void > |
Delegate type for a change in project |
ILauncherProfile.h |
| FOnStageCompletedDelegate |
TMulticastDelegate_TwoParams< void, const FString &, double > |
Delegate used to notify when a stage ends |
ILauncherWorker.h |
| FOnStageStartedDelegate |
TMulticastDelegate_OneParam< void, const FString & > |
Delegate used to notify when a stage starts |
ILauncherWorker.h |
| FOnTaskCompletedDelegate |
TMulticastDelegate_OneParam< void, const FString & > |
Delegate used to notify when a stage ends |
ILauncherTask.h |
| FOnTaskStartedDelegate |
TMulticastDelegate_OneParam< void, const FString & > |
|
ILauncherTask.h |
| FOutputMessageReceivedDelegate |
TMulticastDelegate_OneParam< void, const FString & > |
Delegate used to notify of an output message |
ILauncherWorker.h |
| ILauncherDeviceGroupPtr |
TSharedPtr< class ILauncherDeviceGroup > |
Type definition for shared pointers to instances of ILauncherDeviceGroup. |
ILauncherDeviceGroup.h |
| ILauncherDeviceGroupRef |
TSharedRef< class ILauncherDeviceGroup > |
Type definition for shared references to instances of ILauncherDeviceGroup. |
ILauncherDeviceGroup.h |
| ILauncherProfileAutomatedTestPtr |
TSharedPtr< ILauncherProfileAutomatedTest > |
|
ILauncherProfileAutomatedTest.h |
| ILauncherProfileAutomatedTestRef |
TSharedRef< ILauncherProfileAutomatedTest > |
|
ILauncherProfileAutomatedTest.h |
| ILauncherProfileLaunchRolePtr |
TSharedPtr< class ILauncherProfileLaunchRole > |
Type definition for shared pointers to instances of ILauncherProfileLaunchRole. |
ILauncherProfileLaunchRole.h |
| ILauncherProfileLaunchRoleRef |
TSharedRef< class ILauncherProfileLaunchRole > |
Type definition for shared references to instances of ILauncherProfileLaunchRole. |
ILauncherProfileLaunchRole.h |
| ILauncherProfileManagerPtr |
TSharedPtr< class ILauncherProfileManager > |
Type definition for shared pointers to instances of ILauncherProfileManager. |
ILauncherProfileManager.h |
| ILauncherProfileManagerRef |
TSharedRef< class ILauncherProfileManager > |
Type definition for shared references to instances of ILauncherProfileManager. |
ILauncherProfileManager.h |
| ILauncherProfilePtr |
TSharedPtr< class ILauncherProfile > |
Type definition for shared pointers to instances of ILauncherProfile. |
ILauncherProfile.h |
| ILauncherProfileRef |
TSharedRef< class ILauncherProfile > |
Type definition for shared references to instances of ILauncherProfile. |
ILauncherProfile.h |
| ILauncherProfileWizardPtr |
TSharedPtr< class ILauncherProfileWizard > |
Type definition for shared references to instances of ILauncherProfile. |
ILauncherProfileManager.h |
| ILauncherProfileWizardRef |
TSharedRef< class ILauncherProfileWizard > |
Type definition for shared references to instances of ILauncherProfile. |
ILauncherProfileManager.h |
| ILauncherPtr |
TSharedPtr< class ILauncher > |
Type definition for shared pointers to instances of ILauncher. |
ILauncher.h |
| ILauncherRef |
TSharedRef< class ILauncher > |
Type definition for shared references to instances of ILauncher. |
ILauncher.h |
| ILauncherSimpleProfilePtr |
TSharedPtr< class ILauncherSimpleProfile > |
Type definition for shared pointers to instances of ILauncherProfile. |
ILauncherProfile.h |
| ILauncherSimpleProfileRef |
TSharedRef< class ILauncherSimpleProfile > |
Type definition for shared references to instances of ILauncherProfile. |
ILauncherProfile.h |
| ILauncherTaskPtr |
TSharedPtr< class ILauncherTask > |
Type definition for shared pointers to instances of ILauncherTask. |
ILauncherTask.h |
| ILauncherTaskRef |
TSharedRef< class ILauncherTask > |
Type definition for shared references to instances of ILauncherTask. |
ILauncherTask.h |
| ILauncherWorkerPtr |
TSharedPtr< class ILauncherWorker > |
Type definition for shared pointers to instances of ILauncherWorker. |
ILauncherWorker.h |
| ILauncherWorkerRef |
TSharedRef< class ILauncherWorker > |
Type definition for shared references to instances of ILauncherWorker. |
ILauncherWorker.h |