Default Settings
This Tutorial Does Support Only Desktop Platform, Don't Use It In Mobile Platform
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:
Open
DefaultEngine.ini
located in\YourProject\Config\
.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.
Last updated