Navigation
Unreal Engine C++ API Reference > Developer > SourceControl
Inheritance Hierarchy
References
Module | SourceControl |
Header | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
Include | #include "SourceControlOperations.h" |
Syntax
class FRevert : public FSourceControlOperationBase
Remarks
Operation used to revert changes made back to the state they are in source control
Variables
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | AddDeletedFile
(
const FString& InDeletedFile |
|
![]() ![]() |
const TArray< FString > & | ||
![]() ![]() |
bool | IsRevertAll () |
|
![]() ![]() |
bool | IsSoftRevert () |
|
![]() |
void | SetRevertAll
(
const bool bInRevertAll |
|
![]() |
void | SetSoftRevert
(
const bool bInSoftRevert |
|
![]() ![]() |
bool |