Navigation
API > API/Developer > API/Developer/SourceControl > API/Developer/SourceControl/FCreateWorkspace
| |
|
| Name |
EType |
| Type |
enum |
| Header File |
/Engine/Source/Developer/SourceControl/Public/SourceControlOperations.h |
| Include Path |
#include "SourceControlOperations.h" |
Syntax
enum EType
{
Writeable = 0,
ReadOnly,
Partitioned,
}
Values
| Name |
Remarks |
| Writeable |
Default |
| ReadOnly |
Has a short life span and can only query/read/sync files |
| Partitioned |
Has a short life span but is allowed full functionality |