#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; }