FAsyncCommandHelper

Helper class for receiving the results of async source control operations

Unreal Engine C++ API Reference > Developer > SourceControl > Tests

References

   
Module SourceControl
Header /Engine/Source/Developer/SourceControl/Public/Tests/SourceControlAutomationCommon.h
Include #include "Tests/SourceControlAutomationCommon.h"

Syntax

class FAsyncCommandHelper  

Remarks

Helper class for receiving the results of async source control operations

Constructors

Type Name Description
  FAsyncCommandHelper ( const FString& InParameter )  

Functions

Type Name Description
const FStrin... GetParameter ()  
bool IsDispatched ()  
bool IsDone ()  
bool IsSuccessful ()  
void SetDispatched ()  
void SourceControlOperationComplete ( const FSourceControlOperationRef& ..., ECommandResult::Type InResult )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library