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