Navigation
API > API/Developer > API/Developer/SourceControl
Helper class for receiving the results of async source control operations
| Name | FAsyncCommandHelper |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h |
| Include Path | #include "Tests/SourceControlAutomationCommon.h" |
Syntax
class FAsyncCommandHelper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAsyncCommandHelper
(
const FString& InParameter |
Tests/SourceControlAutomationCommon.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDispatched | bool | Whether the async operation been issued | Tests/SourceControlAutomationCommon.h | |
| bDone | bool | Whether the async operation has completed | Tests/SourceControlAutomationCommon.h | |
| bSuccessful | bool | Whether the operation was successful | Tests/SourceControlAutomationCommon.h | |
| Parameter | FString | Parameter we perform this operation with, if any | Tests/SourceControlAutomationCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString & GetParameter() |
Tests/SourceControlAutomationCommon.h | ||
bool IsDispatched() |
Tests/SourceControlAutomationCommon.h | ||
bool IsDone() |
Tests/SourceControlAutomationCommon.h | ||
bool IsSuccessful() |
Tests/SourceControlAutomationCommon.h | ||
void SetDispatched() |
Tests/SourceControlAutomationCommon.h | ||
void SourceControlOperationComplete
(
const FSourceControlOperationRef& Operation, |
Tests/SourceControlAutomationCommon.h |