Files
FNGameProj/Source/FortniteGame/Private/SpectatorLensSettings.cpp
2024-01-21 00:41:14 +01:00

12 lines
303 B
C++

#include "SpectatorLensSettings.h"
FSpectatorLensSettings::FSpectatorLensSettings() {
this->bAutoExposureEnabled = false;
this->ManualExposureBias = 0.00f;
this->FocalLength = 0.00f;
this->Aperture = 0.00f;
this->bAutoFocusEnabled = false;
this->ManualFocusDistance = 0.00f;
}