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