Default Settings

Default FSR settings determine the behavior of AMD FSR when the player opens the game for the first time. It is recommended to have FSR disabled by default at first launch.

To configure this:

  1. Open DefaultEngine.ini located in \YourProject\Config\.

  2. Add the following lines:

[/Script/FFXFSR4Settings.FFXFSR4Settings]
r.FidelityFX.FSR4.Enabled=0 ; Enable Or Disable FSR Super Resolution
r.FidelityFX.FSR4.Sharpness=1 ; FSR Sharpness Level
r.FidelityFX.FI.Enabled=0 ; Enable Or Disbale FSR Frame Generate
r.FidelityFX.FI.OverrideSwapChainDX12=0 ; Override SwapChain By FSR Frame Gen

You can modify these values to set your own FSR defaults for the first launch.

Now, FSR will be disabled by default when the player launches the game for the first time.

These settings only affect the initial game launch. Any changes made through FSR Blueprint nodes at runtime will override these defaults.

Last updated