Files
unrealtest/Source/first/firstCameraManager.cpp
2026-08-02 22:34:52 +03:00

12 lines
206 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "firstCameraManager.h"
AfirstCameraManager::AfirstCameraManager()
{
// set the min/max pitch
ViewPitchMin = -70.0f;
ViewPitchMax = 80.0f;
}