Setup for character
movement not working
This commit is contained in:
20
Source/OpenConflict/PlayerCharacter/DDICameraManager.h
Normal file
20
Source/OpenConflict/PlayerCharacter/DDICameraManager.h
Normal file
@@ -0,0 +1,20 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Camera/PlayerCameraManager.h"
|
||||
#include "DDICameraManager.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class ADDICameraManager : public APlayerCameraManager
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
ADDICameraManager();
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user