Navigation
API > API/Developer > API/Developer/SubmitToolCore > API/Developer/SubmitToolCore/ISTSourceControlService
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RunCommand
(
FSCCommand&& InCommand, |
Logic/Services/Interfaces/ISTSourceControlService.h | ||
UE::Tasks::TTask< TSharedRef< FSCCommand > > RunCommand
(
FString&& InCommand, |
Runs the command in a task thread, calling GetResult() will wait until the task is completed and return the command data. | Logic/Services/Interfaces/ISTSourceControlService.h | |
void RunCommand
(
FString&& InCommand, |
Runs the command in a task thread and the provided callback in a dependent GT task. | Logic/Services/Interfaces/ISTSourceControlService.h |
RunCommand(FSCCommand &&, FOnSCCCommandComplete)
| Name | RunCommand |
| Type | function |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Logic/Services/Interfaces/ISTSourceControlService.h |
| Include Path | #include "Logic/Services/Interfaces/ISTSourceControlService.h" |
void RunCommand
(
FSCCommand && InCommand,
FOnSCCCommandComplete InCompleteCallback
)
RunCommand(FString &&, TArray< FString > &&, bool)
Description
Runs the command in a task thread, calling GetResult() will wait until the task is completed and return the command data.
| Name | RunCommand |
| Type | function |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Logic/Services/Interfaces/ISTSourceControlService.h |
| Include Path | #include "Logic/Services/Interfaces/ISTSourceControlService.h" |
UE::Tasks::TTask< TSharedRef< FSCCommand > > RunCommand
(
FString && InCommand,
TArray< FString > && InAdditionalArgs,
bool bSilentErrors
)
RunCommand(FString &&, TArray< FString > &&, FOnSCCCommandComplete, bool)
Description
Runs the command in a task thread and the provided callback in a dependent GT task.
| Name | RunCommand |
| Type | function |
| Header File | /Engine/Source/Developer/SubmitToolCore/Public/Logic/Services/Interfaces/ISTSourceControlService.h |
| Include Path | #include "Logic/Services/Interfaces/ISTSourceControlService.h" |
void RunCommand
(
FString && InCommand,
TArray< FString > && InAdditionalArgs,
FOnSCCCommandComplete InCompleteCallback,
bool bSilentErrors
)