Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistsModule
Description
Called when file has been saved without an available Provider. Adds the file to the Default Uncontrolled Changelist
| Name | OnSaveWritable |
| 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 OnSaveWritable
(
const FString & InFilename
)
True if the file have been handled by the Uncontrolled module.
Parameters
| Name | Remarks |
|---|---|
| InFilename | The file to be added. |