Navigation
API > API/Plugins > API/Plugins/CommonLaunchExtensions
| Name | FBuildSyncLaunchExtensionInstance |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/CommonLaunchExtensions/Public/BuildSync/BuildSyncLaunchExtension.h |
| Include Path | #include "BuildSync/BuildSyncLaunchExtension.h" |
Syntax
class FBuildSyncLaunchExtensionInstance : public ProjectLauncher::FCustomUATCommandLaunchExtensionInstance
Inheritance Hierarchy
- ProjectLauncher::FCustomUATCommandLaunchExtensionInstance → FBuildSyncLaunchExtensionInstance
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBuildSyncLaunchExtensionInstance
(
FArgs& InArgs |
BuildSync/BuildSyncLaunchExtension.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FBuildSyncLaunchExtensionInstance() |
BuildSync/BuildSyncLaunchExtension.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowPreflights | bool | BuildSync/BuildSyncLaunchExtension.h | ||
| bShowUnsuitable | bool | BuildSync/BuildSyncLaunchExtension.h | ||
| BuildCombo | TSharedPtr< class SBuildSyncBuildCombo > | BuildSync/BuildSyncLaunchExtension.h | ||
| BuildInfo | TSharedPtr< FBuildInfoHelper > | BuildSync/BuildSyncLaunchExtension.h | ||
| CachedCookPlatforms | TSet< const PlatformInfo::FTargetPlatformInfo * > | BuildSync/BuildSyncLaunchExtension.h | ||
| CachedNamedArtifacts | TArray< FString > | BuildSync/BuildSyncLaunchExtension.h | ||
| CachedUnsuitableBuilds | TMap< TSharedPtr< FBuildInfoHelper::FBuildInfo >, FText > | BuildSync/BuildSyncLaunchExtension.h | ||
| DestinationDirectory | FString | BuildSync/BuildSyncLaunchExtension.h | ||
| FilteredBuildInfos | TArray< TSharedPtr< FBuildInfoHelper::FBuildInfo > > | BuildSync/BuildSyncLaunchExtension.h | ||
| FilterText | FString | BuildSync/BuildSyncLaunchExtension.h | ||
| Owner | TSharedRef< class FBuildSyncLaunchExtension > | BuildSync/BuildSyncLaunchExtension.h | ||
| SelectedBuild | TSharedPtr< FBuildInfoHelper::FBuildInfo > | BuildSync/BuildSyncLaunchExtension.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FString > GetSelectedBuildBackends() |
BuildSync/BuildSyncLaunchExtension.h | ||
void OnOtherUATCommandAdded
(
const ILauncherProfileUATCommandRef& UATCommand |
BuildSync/BuildSyncLaunchExtension.h |
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CustomizeTree
(
ProjectLauncher::FLaunchProfileTreeData& ProfileTreeData |
BuildSync/BuildSyncLaunchExtension.h | ||
virtual void CustomizeUATCommandLine
(
FString& InOutCommandLine |
BuildSync/BuildSyncLaunchExtension.h | ||
virtual void InternalInitialize() |
BuildSync/BuildSyncLaunchExtension.h | ||
virtual void OnProjectChanged() |
BuildSync/BuildSyncLaunchExtension.h | ||
virtual void OnPropertyChanged() |
BuildSync/BuildSyncLaunchExtension.h | ||
virtual void OnUATCommandAdded
(
ILauncherProfileUATCommandRef UATCommand |
BuildSync/BuildSyncLaunchExtension.h | ||
virtual void OnValidateProfile() |
BuildSync/BuildSyncLaunchExtension.h |