Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistsModule
Description
Called when file has been made writable. Adds the file to the reconcile list because we don't know yet if it will change.
| Name | OnMakeWritable |
| 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 OnMakeWritable
(
const FString & InFilename
)
True if the file have been handled by the Uncontrolled module.
Parameters
| Name | Remarks |
|---|---|
| InFilename | The file to be reconciled. |