FUncontrolledChangelistsModule::MoveFilesToUncontrolledChangelist

Moves files to an Uncontrolled Changelist.

Unreal Engine C++ API Reference > 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
(
    const [TArray](API\Runtime\Core\Containers\TArray)< [FSourceControlStateRef](API\Developer\SourceControl\FSourceControlStateRef) > & InControlledFileStates,
    const [TArray](API\Runtime\Core\Containers\TArray)< [FSourceControlStateRef](API\Developer\SourceControl\FSourceControlStateRef) > & InUncontrolledFileStates,
    const [FUncontrolledChangelist](API\Developer\UncontrolledChangelists\FUncontrolledChangelist) & InUncontrolledChangelist
)

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library