Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool RemoveFiles
(
const TArray< FSourceControlStateRef >& InFileStates |
Removes files from this Uncontrolled Changelist State if present. | UncontrolledChangelistState.h | |
bool RemoveFiles
(
const TArray< FString >& InFilenames |
Removes the given filenames from the file states or offline files. | UncontrolledChangelistState.h |
RemoveFiles(const TArray< FSourceControlStateRef > &)
Description
Removes files from this Uncontrolled Changelist State if present.
| Name | RemoveFiles |
| Type | function |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistState.h |
| Include Path | #include "UncontrolledChangelistState.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistState.cpp |
bool RemoveFiles
(
const TArray < FSourceControlStateRef > & InFileStates
)
True if a change has been performed in the Uncontrolled Changelist State.
Parameters
| Name | Remarks |
|---|---|
| InFileStates | The files to be removed. |
RemoveFiles(const TArray< FString > &)
Description
Removes the given filenames from the file states or offline files.
| Name | RemoveFiles |
| Type | function |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistState.h |
| Include Path | #include "UncontrolledChangelistState.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistState.cpp |
bool RemoveFiles
(
const TArray < FString > & InFilenames
)
True if a change has been performed in the Uncontrolled Changelist State.
Parameters
| Name | Remarks |
|---|---|
| InFilenames | The filenames to be removed. |