init
This commit is contained in:
11
Source/AudioVideoRecord/AudioVideoRecordCameraManager.cpp
Normal file
11
Source/AudioVideoRecord/AudioVideoRecordCameraManager.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
|
||||
#include "AudioVideoRecordCameraManager.h"
|
||||
|
||||
AAudioVideoRecordCameraManager::AAudioVideoRecordCameraManager()
|
||||
{
|
||||
// set the min/max pitch
|
||||
ViewPitchMin = -70.0f;
|
||||
ViewPitchMax = 80.0f;
|
||||
}
|
||||
Reference in New Issue
Block a user