Name |
Description |
|
---|---|---|
|
FAnnotationLine |
A single line of an annotated file |
|
FAssetDataToLoad |
|
|
FCheckIn |
Operation used to check files into source control |
|
FCheckOut |
Operation used to check files out of source control |
|
FConnect |
Operation used to connect (or test a connection) to source control |
|
FCopy |
Operation used to copy a file or directory from one location to another |
|
FCreateWorkspace |
Operation used to create a new workspace if the source control system supports this functionality. |
|
FDelete |
Operation used to mark files for delete in source control |
|
FDeleteChangelist |
Operation used to delete an empty changelist |
|
FDeleteShelved |
Operation used to delete shelved files from a changelist |
|
FDeleteWorkspace |
Operation used to delete a workspace |
|
FDownloadFile |
Operation used to download a file from the source control server directly rather than sync it. |
|
FEditChangelist |
Operation to change the description of a changelist |
|
FGetPendingChangelists |
Operation used to retrieve pending changelist(s). |
|
FMarkForAdd |
Operation used to mark files for add in source control |
|
FMoveToChangelist |
Operation used to move files between changelists |
|
FNewChangelist |
Operation used to create a new changelist |
|
FResolve |
Operation used to resolve a file that is in a conflicted state. |
|
FRevert |
Operation used to revert changes made back to the state they are in source control |
|
FRevertUnchanged |
Operation to revert unchanged file(s) or all unchanged files in a changelist |
|
FScopedSourceControl |
Helper class that ensures FSourceControl is properly initialized and shutdown by calling Init/Close in its constructor/destructor respectively. |
|
FScopedSourceControlProgress |
|
|
FShelve |
Operation used to shelve files in a changelist |
|
FSourceControlAssetDataCache |
|
|
FSourceControlAssetDataEntry |
|
|
FSourceControlOperationBase |
Adds some common functionality to source control operations. |
|
FSourceControlResultInfo |
Accumulated error and info messages for a source control operation. |
|
FSourceControlState |
Snapshot of source control state of for a file |
|
FSync |
Operation used to sync files to the state they are in source control |
|
FUnshelve |
Operation used to unshelve files from a changelist |
|
FUpdatePendingChangelistsStatus |
Operation used to update the source control status of changelist(s) |
|
FUpdateStatus |
Operation used to update the source control status of files |
|
ISourceControlChangelist |
An abstraction of a changelist under source control |
|
ISourceControlChangelistState |
An abstraction of the state of a pending changelist under source control |
|
ISourceControlLabel |
Abstraction of a source control label/tag. |
|
ISourceControlModule |
Interface for talking to source control providers |
|
ISourceControlOperation |
|
|
ISourceControlProvider |
Interface to talking with source control providers. |
|
ISourceControlRevision |
Abstraction of a source control revision. |
|
ISourceControlState |
An abstraction of the state of a file under source control |
|
USourceControlHelpers |
Editor source control common functionality. |
Name |
Description |
---|---|
FAssetDataArrayPtr |
|
FGetSourceControlOperation |
Delegate used by providers to create source control operations |
FOnPostCheckOut |
Delegate used for performing operation on files that may need a checkout, but before they are added to source control |
FSourceControlChangelistPtr |
|
FSourceControlChangelistPtr |
|
FSourceControlChangelistRef |
|
FSourceControlChangelistStatePtr |
|
FSourceControlChangelistStateRef |
|
FSourceControlLoginClosed |
Delegate called when the source control login window is closed. |
FSourceControlOperationComplete |
Delegate used by providers for when operations finish |
FSourceControlOperationRef |
|
FSourceControlPreSubmitDataValidationDelegate |
Delegate called on pre-submit for data validation |
FSourceControlPreSubmitFinalizeDelegate |
Delegate called once the user has confirmed that they want to submit files to source control BUT before the files are actually submitted. |
FSourceControlProviderChanged |
Delegate called when the active source control provider is changed |
FSourceControlStateChanged |
Delegate called when the state of an item (or group of items) has changed. |
FSourceControlStatePtr |
|
FSourceControlStateRef |
|
SourceControlHelpers |
For backwards compatibility. |
Name |
Description |
|
---|---|---|
|
ECommandResult::Type |
Results of a command execution |
|
EConcurrency::Type |
Hint for how to execute the operation. |
|
ELoginWindowMode::Type |
The modality of the login window. |
|
EOnLoginWindowStartup::Type |
Login window startup behavior |
|
EStateCacheUsage::Type |
Hint to provider when updating state |