Navigation
API > API/Developer > API/Developer/SourceControl
Operation used to get all workspaces for the current host if the source control system supports this functionality.
| Name | FGetWorkspaces |
| Type | class |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
Syntax
class FGetWorkspaces : public FSourceControlOperationBase
Implements Interfaces
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Results | TArray< FScWorkspaceInfo > | Output array of workspace info | SourceControlOperations.h |
Functions
Public
Overridden from ISourceControlOperation
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetName() |
Get the name of this operation, used as a unique identifier | SourceControlOperations.h |