Navigation
API > API/Developer > API/Developer/SourceControl
Operation to revert unchanged file(s) or all unchanged files in a changelist
| Name | FRevertUnchanged |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FRevertUnchanged : public FSourceControlOperationBase
Implements Interfaces
Functions
Public
Overridden from ISourceControlOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetInProgressString() |
Get the string to display when this operation is in progress | SourceControlOperations.h | |
virtual FName GetName() |
Get the name of this operation, used as a unique identifier | SourceControlOperations.h |