Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FCreateWorkspace
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
SourceControlOperations.h |
|
|
Constructor |
SourceControlOperations.h |
|
FCreateWorkspace()
| |
|
| Name |
FCreateWorkspace |
| Type |
function |
| Header File |
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path |
#include "SourceControlOperations.h" |
FCreateWorkspace()
FCreateWorkspace(FStringView, FStringView)
Description
Constructor
| |
|
| Name |
FCreateWorkspace |
| Type |
function |
| Header File |
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path |
#include "SourceControlOperations.h" |
| Source |
/Engine/Source/Developer/SourceControl/Private/SourceControlOperations.cpp |
FCreateWorkspace
(
FStringView WorkspaceName,
FStringView WorkspaceRoot
)
Parameters
| Name |
Remarks |
| WorkspaceName |
The name of the workspace to create |
| WorkspaceRoom |
The file path to the workspace root (can be relative to the project) |