Navigation
API > API/Plugins > API/Plugins/CommonLaunchExtensions
| Name | FUGSSyncLaunchExtensionInstance |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/CommonLaunchExtensions/Public/UgsSync/UgsSyncLaunchExtension.h |
| Include Path | #include "UgsSync/UgsSyncLaunchExtension.h" |
Syntax
class FUGSSyncLaunchExtensionInstance : public ProjectLauncher::FCustomUATCommandLaunchExtensionInstance
Inheritance Hierarchy
- ProjectLauncher::FCustomUATCommandLaunchExtensionInstance → FUGSSyncLaunchExtensionInstance
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FUGSSyncLaunchExtensionInstance
(
FArgs& InArgs |
UgsSync/UgsSyncLaunchExtension.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FUGSSyncLaunchExtensionInstance() |
UgsSync/UgsSyncLaunchExtension.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDryRun | bool | UgsSync/UgsSyncLaunchExtension.h | ||
| SelectedChangelist | int32 | UgsSync/UgsSyncLaunchExtension.h | ||
| SyncedChangelist | int32 | UgsSync/UgsSyncLaunchExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString GetUATCommandInternalName() |
UgsSync/UgsSyncLaunchExtension.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeTree
(
ProjectLauncher::FLaunchProfileTreeData& ProfileTreeData |
UgsSync/UgsSyncLaunchExtension.h | ||
virtual void CustomizeUATCommandLine
(
FString& InOutCommandLine |
UgsSync/UgsSyncLaunchExtension.h | ||
virtual void InternalInitialize() |
UgsSync/UgsSyncLaunchExtension.h |
Protected Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnUATCommandAdded
(
ILauncherProfileUATCommandRef InUATCommand |
UgsSync/UgsSyncLaunchExtension.h |