Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistsModule
Description
Called when files should have been marked for add without an available Provider. Adds the files to the Default Uncontrolled Changelist
| Name | OnNewFilesAdded |
| Type | function |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistsModule.h |
| Include Path | #include "UncontrolledChangelistsModule.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistsModule.cpp |
bool OnNewFilesAdded
(
const TArray < FString > & InFilenames
)
True if the files have been handled by the Uncontrolled module.
Parameters
| Name | Remarks |
|---|---|
| InFilenames | The files to be added. |