Navigation
Unreal Engine C++ API Reference > Developer > SourceControl
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/ISourceControlProvider.h |
Include | #include "ISourceControlProvider.h" |
Syntax
namespace ECommandResult
{
enum Type
{
Failed,
Succeeded,
Cancelled,
}
}
Values
Name | Description |
---|---|
Failed | Command failed to execute correctly or was not supported by the provider. |
Succeeded | Command executed successfully |
Cancelled | Command was canceled before completion |
Remarks
Results of a command execution