Navigation
Unreal Engine C++ API Reference > Developer > UncontrolledChangelists > FUncontrolledChangelistsModule > MoveFilesToControlledChangelist
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 ( const [TArray](API\Runtime\Core\Containers\TArray)< [FSourceControlStateRef](API\Developer\SourceControl\FSourceControlStateRef) > & InUncontrolledFileStates, const [FSourceControlChangelistPtr](API\Developer\SourceControl\FSourceControlChangelistPtr) & InChangelist, [TFunctionRef](API\Runtime\Core\GenericPlatform\TFunctionRef)< bool(const [TArray](API\Runtime\Core\Containers\TArray)< [FSourceControlStateRef](API\Developer\SourceControl\FSourceControlStateRef) > &)> InOpenConflictDialog )
Remarks
Moves files to a Controlled Changelist.
Parameters
Name | Description |
---|---|
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. |