Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistsModule > API/Developer/UncontrolledChangelists/FUncontrolledChangelistsModule/MoveFilesToContr-
References
| Module | UncontrolledChangelists |
| Header | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistsModule.h |
| Include | #include "UncontrolledChangelistsModule.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistsModule.cpp |
void MoveFilesToControlledChangelist
&40;
const TArray< FString > & InUncontrolledFiles,
const FSourceControlChangelistPtr & InChangelist,
TFunctionRef< bool(const TArray< FSourceControlStateRef > &)> InOpenConflictDialog
&41;
Remarks
Moves files to a Controlled Changelist.
Parameters
| Name | Description |
|---|---|
| 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. |