Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/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 |
bool OnNewFilesAdded
&40;
const TArray< FString > & InFilenames
&41;
Remarks
Called when files should have been marked for add without an available Provider. Adds the files to the Default Uncontrolled Changelist True if the files have been handled by the Uncontrolled module.
Parameters
| Name | Description |
|---|---|
| InFilenames | The files to be added. |