SRombauts / UEPlasticPlugin

Plastic SCM Plugin for Unreal Engine
http://srombauts.github.io/UEPlasticPlugin
147 stars 29 forks source link

Added support for "Should Delete New Files on Revert" #124

Closed juliomaqueda closed 1 year ago

juliomaqueda commented 1 year ago

Unreal Engine 5 added a Source Control project settings to let users decide if they want to delete newly added files when calling Revert (true by default).

This PR covers the support for that parameter, keeping new files as "Private" when the setting is disable, and removing the new files from disk when it is enable.