How Should I Go About Implementing A Simple RTS Style Camera

Hey, I am currently confused on the simplest way to implement a RTS camera, that pans around when the cursor is at the edges of the screen.

The best starting point I can think of is to look at the Strategy Game sample on the Marketplace. It utilizes exactly the sort of camera that you’d want.

The class to look at in there is StrategyPlayerController.

Here’s the docs page for the sample.

https://docs.unrealengine.com/latest/INT/Resources/SampleGames/StrategyGame/index.html