Public class |
FAnnotationLine |
A single line of an annotated file |
Public struct |
FAssetDataToLoad |
|
Public class |
FCheckIn |
Operation used to check files into source control |
Public class |
FCheckOut |
Operation used to check files out of source control |
Public class |
FConnect |
Operation used to connect (or test a connection) to source control |
Public class |
FCopy |
Operation used to copy a file or directory from one location to another |
Public class |
FCreateWorkspace |
Operation used to create a new workspace if the source control system supports this functionality. |
Public class |
FDelete |
Operation used to mark files for delete in source control |
Public class |
FDeleteChangelist |
Operation used to delete an empty changelist |
Public class |
FDeleteShelved |
Operation used to delete shelved files from a changelist |
Public class |
FDeleteWorkspace |
Operation used to delete a workspace |
Public class |
FDownloadFile |
Operation used to download a file from the source control server directly rather than sync it. |
Public class |
FEditChangelist |
Operation to change the description of a changelist |
Public class |
FGetChangelistDetails |
This operations query the source control to extract all the details available for a given changelist. |
Public class |
FGetFile |
This operation uses p4v print command to get file from specified depot by shelved changelist or file revision returns a package filename |
Public class |
FGetFileList |
Operation used to get the file list of a folder out of source control |
Public class |
FGetPendingChangelists |
Operation used to retrieve pending changelist(s). |
Public class |
FGetSubmittedChangelists |
Operation used to retrieve submitted changelist(s). |
Public class |
FMarkForAdd |
Operation used to mark files for add in source control |
Public class |
FMoveToChangelist |
Operation used to move files between changelists |
Public class |
FNewChangelist |
Operation used to create a new changelist |
Public class |
FResolve |
Operation used to resolve a file that is in a conflicted state. |
Public class |
FRevert |
Operation used to revert changes made back to the state they are in source control |
Public class |
FRevertUnchanged |
Operation to revert unchanged file(s) or all unchanged files in a changelist |
Public class |
FScopedSourceControl |
Helper class that ensures FSourceControl is properly initialized and shutdown by calling Init/Close in its constructor/destructor respectively. |
Public class |
FScopedSourceControlProgress |
|
Public class |
FShelve |
Operation used to shelve files in a changelist |
Public class |
FSourceControlAssetDataCache |
|
Public struct |
FSourceControlAssetDataEntry |
|
Public class |
FSourceControlFileStatusMonitor |
Periodically monitors the source controlled status of a collection of files and notifies the latest status, including potential warnings such as 'out of date', 'locked by other', etc. |
Public class |
FSourceControlInitSettings |
|
Public class |
FSourceControlOperationBase |
Adds some common functionality to source control operations. |
Public struct |
FSourceControlResultInfo |
Accumulated error and info messages for a source control operation. |
Public struct |
FSourceControlState |
Snapshot of source control state of a file |
Public class |
FSync |
Operation used to sync files to the state they are in source control |
Public class |
FSyncPreview |
Operation used to determine the files that would be affected by a sync operation |
Public class |
FUnshelve |
Operation used to unshelve files from a changelist |
Public class |
FUpdatePendingChangelistsStatus |
Operation used to update the source control status of changelist(s) |
Public class |
FUpdateStatus |
Operation used to update the source control status of files |
Public class |
ISourceControlChangelist |
An abstraction of a changelist under source control |
Public class |
ISourceControlChangelistState |
An abstraction of the state of a pending changelist under source control |
Public class |
ISourceControlLabel |
Abstraction of a source control label/tag. |
Public class |
ISourceControlModule |
Interface for talking to source control providers |
Public class |
ISourceControlOperation |
|
Public class |
ISourceControlProvider |
Interface to talking with source control providers. |
Public class |
ISourceControlRevision |
Abstraction of a source control revision. |
Public class |
ISourceControlState |
An abstraction of the state of a file under source control |
Public class |
USourceControlHelpers |
Editor source control common functionality. |
Public class |
USourceControlPreferences |
Settings for the Source Control Integration |