Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistsModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MoveFilesToControlledChangelist
(
const TArray< FSourceControlStateRef >& InUncontrolledFileStates, |
Moves files to a Controlled Changelist. | UncontrolledChangelistsModule.h | |
void MoveFilesToControlledChangelist
(
const TArray< FString >& InUncontrolledFiles, |
Moves files to a Controlled Changelist. | UncontrolledChangelistsModule.h |
MoveFilesToControlledChangelist(const TArray< FSourceControlStateRef > &, const FSourceControlChangelistPtr &, TFunctionRef< bool(const TArray< FSourceControlStateRef > &)>)
Description
Moves files to a Controlled Changelist.
| Name | MoveFilesToControlledChangelist |
| Type | function |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistsModule.h |
| Include Path | #include "UncontrolledChangelistsModule.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistsModule.cpp |
void MoveFilesToControlledChangelist
(
const TArray < FSourceControlStateRef > & InUncontrolledFileStates,
const FSourceControlChangelistPtr & InChangelist,
TFunctionRef < bool< FSourceControlStateRef > &)> InOpenConflictDialog
)
Parameters
| Name | Remarks |
|---|---|
| InUncontrolledFileStates | The files to move. |
| InChangelist | The Controlled Changelist where to move the files. |
| InOpenConflictDialog | A callback to be used by the method when file conflicts are detected. The callback should display the files and ask the user if they should proceed. |
MoveFilesToControlledChangelist(const TArray< FString > &, const FSourceControlChangelistPtr &, TFunctionRef< bool(const TArray< FSourceControlStateRef > &)>)
Description
Moves files to a Controlled Changelist.
| Name | MoveFilesToControlledChangelist |
| Type | function |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistsModule.h |
| Include Path | #include "UncontrolledChangelistsModule.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistsModule.cpp |
void MoveFilesToControlledChangelist
(
const TArray < FString > & InUncontrolledFiles,
const FSourceControlChangelistPtr & InChangelist,
TFunctionRef < bool< FSourceControlStateRef > &)> InOpenConflictDialog
)
Parameters
| Name | Remarks |
|---|---|
| InUncontrolledFiles | The files to move. |
| InChangelist | The Controlled Changelist where to move the files. |
| InOpenConflictDialog | A callback to be used by the method when file conflicts are detected. The callback should display the files and ask the user if they should proceed. |