Installation
Option 1: Install via Fab (Recommended)
Installing via the Epic Games Launcher ensures you receive auto-updates and pre-compiled binaries.
Open Epic Games Launcher and go to Library > Vault.
Search for SafeSave.
Click Install to Engine.
Launch your Unreal Project.
Navigate to Edit > Plugins.
Search for "SafeSave" and check Enabled.
Restart the Editor.
Option 2: Install from Source
If you have the C++ source code (GitHub):
Close Unreal Editor.
Copy the SafeSave folder into your project's Plugins/ directory (e.g., MyProject/Plugins/SafeSave).
Right-click your .uproject file and select Generate Visual Studio Project Files.
Open the .sln file in Visual Studio.
Build the solution using the Development Editor configuration.
Launch Unreal.
Last updated
