Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistsModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void MoveFilesToUncontrolledChangelist
(
const TArray< FString >& InControlledFiles, |
Moves files to an Uncontrolled Changelist. | UncontrolledChangelistsModule.h | |
void MoveFilesToUncontrolledChangelist
(
const TArray< FSourceControlStateRef >& InControlledFileStates, |
Moves files to an Uncontrolled Changelist. | UncontrolledChangelistsModule.h |
MoveFilesToUncontrolledChangelist(const TArray< FString > &, const FUncontrolledChangelist &)
Description
Moves files to an Uncontrolled Changelist.
| Name | MoveFilesToUncontrolledChangelist |
| 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 MoveFilesToUncontrolledChangelist
(
const TArray < FString > & InControlledFiles,
const FUncontrolledChangelist & InUncontrolledChangelist
)
Parameters
| Name | Remarks |
|---|---|
| InControlledFileStates | The Controlled files to move. |
| InUncontrolledChangelist | The Uncontrolled Changelist where to move the files. |
MoveFilesToUncontrolledChangelist(const TArray< FSourceControlStateRef > &, const TArray< FSourceControlStateRef > &, const FUncontrolledChangelist &)
Description
Moves files to an Uncontrolled Changelist.
| Name | MoveFilesToUncontrolledChangelist |
| 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 MoveFilesToUncontrolledChangelist
(
const TArray < FSourceControlStateRef > & InControlledFileStates,
const TArray < FSourceControlStateRef > & InUncontrolledFileStates,
const FUncontrolledChangelist & InUncontrolledChangelist
)
Parameters
| Name | Remarks |
|---|---|
| InControlledFileStates | The Controlled files to move. |
| InUncontrolledFileStates | The Uncontrolled files to move. |
| InUncontrolledChangelist | The Uncontrolled Changelist where to move the files. |