Navigation
| Name | SubmitToolCore |
| Type | Developer |
| Location | /Engine/Source/Developer/SubmitToolCore/ |
| Module Build Rules | SubmitToolCore.Build.cs |
Classes
Structs
Interfaces
| Name | Remarks |
|---|---|
| ICacheDataService | |
| IChangelistService | |
| ICredentialsService | |
| ILockdownService | |
| ISTSourceControlService | |
| ISubmitToolExtensions | |
| ISubmitToolService | |
| ITagService |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnChangeListReadyDelegate | TBaseDelegate_OneParam< void, bool > | Logic/Services/Interfaces/IChangelistService.h | |
| FOnChangelistRefreshDelegate | TBaseDelegate_OneParam< void, ETaskArea > | Logic/Services/Interfaces/IChangelistService.h | |
| FOnCLDescriptionUpdated | TMulticastDelegate_NoParams< void > | Logic/Services/Interfaces/IChangelistService.h | |
| FOnGroupsGet | TMulticastDelegate_OneParam< void, TArray< TSharedPtr< FString > > & > | Logic/Services/Interfaces/ISTSourceControlService.h | |
| FOnPreflightDataUpdated | TMulticastDelegate< void(const TUniquePtr< FPreflightList > &, const TMap< FString, FPreflightData > &)> | Models/PreflightData.h | |
| FOnProviderReady | TMulticastDelegate_OneParam< void, FSubmitToolServiceProvider & > | Logic/Services/SubmitToolServiceProvider.h | |
| FOnSCCCommandComplete | TDelegate< void(const FSCCommand &)> | Logic/Services/Interfaces/ISTSourceControlService.h | |
| FOnUsersAndGroupsGet | TMulticastDelegate_TwoParams< void, TArray< TSharedPtr< FUserData > > &, TArray< TSharedPtr< FString > > & > | Logic/Services/Interfaces/ISTSourceControlService.h | |
| FOnUsersGet | TMulticastDelegate_OneParam< void, TArray< TSharedPtr< FUserData > > & > | Logic/Services/Interfaces/ISTSourceControlService.h | |
| FSCCRecord | TMap< FString, FString > | Logic/Services/Interfaces/ISTSourceControlService.h | |
| FSCCRecordSet | TArray< FSCCRecord > | Logic/Services/Interfaces/ISTSourceControlService.h | |
| FSCFileRef | TSharedRef< FSCFile, ESPMode::ThreadSafe > | Models/SCFile.h | |
| FTagUpdated | TMulticastDelegate_OneParam< void, const FTag & > | Models/Tag.h |
Enums
Public
| Name | Remarks |
|---|---|
| EFieldType | |
| EJiraFieldType | |
| ELockdownType | |
| EPreflightOutcome | |
| EPreflightState | |
| ESCFileState | |
| ETagState | |
| ETaskArea |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EditorFlag | const FString | CommandLine/CmdLineParameters.h | ||
| EnableLocks | const FString | CommandLine/CmdLineParameters.h | ||
| P4ChangeList | const FString | CommandLine/CmdLineParameters.h | ||
| P4Client | const FString | CommandLine/CmdLineParameters.h | ||
| P4Server | const FString | CommandLine/CmdLineParameters.h | ||
| P4User | const FString | CommandLine/CmdLineParameters.h | ||
| RootDir | const FString | CommandLine/CmdLineParameters.h | ||
| SubmitToolCmdLineArgs | const TArray< TSharedPtr< FCmdLineParameter > > | CommandLine/CmdLineParameters.h | ||
| TestMode | const FString | CommandLine/CmdLineParameters.h | ||
| WaitForDebugger | const FString | CommandLine/CmdLineParameters.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ENUM_CLASS_FLAGS
(
ETaskArea |
Logic/Validators/ValidatorDefinition.h | ||
| Logic/Services/Interfaces/ICacheDataService.h | |||
| Logic/Services/Interfaces/IChangelistService.h | |||
| Logic/Services/Interfaces/ICredentialsService.h | |||
| Logic/Services/Interfaces/ILockdownService.h | |||
| Logic/Services/Interfaces/ISTSourceControlService.h | |||
| Logic/Services/Interfaces/ISubmitToolExtensions.h | |||
| Logic/Services/Interfaces/ITagService.h | |||
PreflightEnum ParsePreflightEnum
(
const FString& String |
Models/PreflightData.h |