12 lines
239 B
C++
12 lines
239 B
C++
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
|
||
|
|
|
||
|
|
#include "AudioVideoRecordCameraManager.h"
|
||
|
|
|
||
|
|
AAudioVideoRecordCameraManager::AAudioVideoRecordCameraManager()
|
||
|
|
{
|
||
|
|
// set the min/max pitch
|
||
|
|
ViewPitchMin = -70.0f;
|
||
|
|
ViewPitchMax = 80.0f;
|
||
|
|
}
|