Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistsModule
References
| Module | UncontrolledChangelists |
| Header | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistsModule.h |
| Include | #include "UncontrolledChangelistsModule.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistsModule.cpp |
void MoveFilesToUncontrolledChangelist
&40;
const TArray< FSourceControlStateRef > & InControlledFileStates,
const TArray< FSourceControlStateRef > & InUncontrolledFileStates,
const FUncontrolledChangelist & InUncontrolledChangelist
&41;
Remarks
Moves files to an Uncontrolled Changelist.
Parameters
| Name | Description |
|---|---|
| InControlledFileStates | The Controlled files to move. |
| InUncontrolledFileStates | The Uncontrolled files to move. |
| InChangelist | The Uncontrolled Changelist where to move the files. |