Editor Source Control Helpers

Editor Source Control Helpers

Windows
MacOS
Linux
On this page

Actions

Check in File

Use currently set source control provider to check in a file. Note: Blocks until action is complete.

Target is Source Control Helpers

Check in Files

Use currently set source control provider to check in specified files. Note: Blocks until action is complete.

Target is Source Control Helpers

Check Out File

Use currently set source control provider to check out a file. Note: Blocks until action is complete.

Target is Source Control Helpers

Check Out Files

Use currently set source control provider to check out specified files. Note: Blocks until action is complete.

Target is Source Control Helpers

Check Out or Add File

Use currently set source control provider to check out file or mark it for add. Note: Blocks until action is complete.

Target is Source Control Helpers

Check Out or Add Files

Use currently set source control provider to check out files or mark them for add. Note: Blocks until action is complete.

Target is Source Control Helpers

Copy File

Use currently set source control provider to copy a file. Note: Blocks until action is complete.

Target is Source Control Helpers

Current Provider

Determine the name of the current source control provider.

Target is Source Control Helpers

Is Available

Quick check if currently set source control provider is enabled and available for use (server-based providers can use this to return whether the server is available or not)

Target is Source Control Helpers

Is Enabled

Determine if there is a source control system enabled

Target is Source Control Helpers

Last Error Msg

Get status text set by SourceControl system if an error occurs regardless whether bSilent is set or not. Only set if there was an error.

Target is Source Control Helpers

Mark File for Add

Use currently set source control provider to mark a file for add. Does nothing (and returns true) if the file is already under SC Note: Blocks until action is complete.

Target is Source Control Helpers

Mark File for Delete

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

Mark Files for Add

Use currently set source control provider to mark files for add. Does nothing (and returns true) for any file that is already under SC Note: Blocks until action is complete.

Target is Source Control Helpers

Mark Files for Delete

Use currently set source control provider to remove files from source control and delete the files. Note: Blocks until action is complete.

Target is Source Control Helpers

Query File State

Use currently set source control provider to query a file's source control state. Note: Blocks until action is complete.

Target is Source Control Helpers

Revert File

Use currently set source control provider to revert a file regardless whether any changes will be lost or not. Note: Blocks until action is complete.

Target is Source Control Helpers

Revert Files

Use currently set source control provider to revert files regardless whether any changes will be lost or not. Note: Blocks until action is complete.

Target is Source Control Helpers

Revert Unchanged File

Use currently set source control provider to revert a file provided no changes have been made. Note: Blocks until action is complete.

Target is Source Control Helpers

Revert Unchanged Files

Use currently set source control provider to revert files provided no changes have been made. Note: Blocks until action is complete.

Target is Source Control Helpers

Sync File

Use currently set source control provider to sync a file or directory to the head revision. Note: Blocks until action is complete.

Target is Source Control Helpers

Sync Files

Use currently set source control provider to sync files or directories to the head revision. Note: Blocks until action is complete.

Target is Source Control Helpers

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss