Files
2026-04-22 15:51:07 +02: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;
}