Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FSourceControlOperationBase
| |
|
| Name |
EFlags |
| Type |
enum |
| Header File |
/Engine/Source/Developer/SourceControl/Public/SourceControlOperationBase.h |
| Include Path |
#include "SourceControlOperationBase.h" |
Syntax
enum EFlags
{
None = 0,
DisableErrorLogging = 1 << 0,
DisableInfoLogging = 1 << 1,
}
Values
| Name |
Remarks |
| None |
No specialization applied |
| DisableErrorLogging |
When set the operation should not log any errors but should continue to store them in the ResultInfo member |
| DisableInfoLogging |
When set the operation should not log any info messages but should continue to store them in the ResultInfo member |