Navigation
BlueprintAPI > BlueprintAPI/EditorScripting > BlueprintAPI/EditorScripting/EditorRevisionControlHelpers
Use currently set source control provider to remove file from source control and delete the file. Note: Blocks until action is complete.
Target is Source Control Helpers
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| string | In File | The file to delete - can be either fully qualified path, relative path, long package name, asset path or export text path (often stored on clipboard) |
| boolean | Silent | if false (default) then write out any error info to the Log. Any error text can be retrieved by LastErrorMsg() regardless. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if succeeded, false if failed and can call LastErrorMsg() for more info. |