Navigation
Unreal Engine C++ API Reference > 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 OnDeleteWritable ( const [FString](API\Runtime\Core\Containers\FString) & InFilename )
Remarks
Called when file has been deleted without an available Provider. Adds the file to the Default Uncontrolled Changelist True if the file have been handled by the Uncontrolled module.
Parameters
Name | Description |
---|---|
InFilename | The file to be added. |