Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FCreateWorkspace
Description
Add a new mapping for the client spec in the native format of the current source control provider. These will be written to the client spec in the order that they are added.
| Name | AddNativeClientViewMapping |
| Type | function |
| Header File | /Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path | #include "SourceControlOperations.h" |
void AddNativeClientViewMapping
(
FStringView DepotPath,
FStringView ClientPath
)
Parameters
| Name | Remarks |
|---|---|
| DepotPath | The path in the source control depot to map from |
| ClientPath | The path on the local client to map too |