Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
Interface for creating & maintaining UAT command extensions
| Name | IUATCommandExtensionFactory |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/UATCommandLaunchExtension.h |
| Include Path | #include "Extension/UATCommandLaunchExtension.h" |
Syntax
class IUATCommandExtensionFactory
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< ProjectLauncher::FLaunchExtensionInstance > CreateUATCommandExtensionInstance
(
ILauncherProfileRef InProfile, |
Extension/UATCommandLaunchExtension.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ILauncherProfileUATCommandRef CreateUATCommand
(
ILauncherProfileRef InProfile, |
Extension/UATCommandLaunchExtension.h |