LEAP Documentation 40220
Documentation for the LEAP project
DriverCameraManager.h
Go to the documentation of this file.
1// Copyright Blue Isle Studios Inc 2018. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "Camera/PlayerCameraManager.h"
7#include "DriverCameraManager.generated.h"
8
9UCLASS()
10class PROJECTX_API ADriverCameraManager : public APlayerCameraManager
11{
12 GENERATED_UCLASS_BODY()
13
14protected:
15 virtual void ProcessViewRotation(float DeltaTime, FRotator& OutViewRotation, FRotator& OutDeltaRot) override;
16};
Definition: DriverCameraManager.h:11