How to recreate Outlast camera?

I have an idea on how to do it, but I am curious to know if there are different and more efficent ways to do it.
Basically, my idea is to press C to activate the camera, attach the camera mesh to the hand socket and, at a certain frame, switch to a new widget to show the camera UI.
As for the Nigth vision, I was thinking to follow this one here: Tutirial UE4: Outlast Night Vision Camera

But I was wandering if there are more ways to make this feature interesting.
For example, is there a way to use the camera to uncover the map? For example: only when I have the camera on, I can see more stuff on a map or advance in the plot.

Are there any sources you can suggets me?

Thank you in advance!

Hey @Palallalum!

It is definitely possible. Are you looking to simply keep items hidden without the camera? For example what this user did in the following post:

Any additional specifics you provide may go a long way in solving your problem!

Hi @Quetzalcodename ! Thanks for joining the thread!

I was thinking to use a map with a fog of war, and make it so that only when I walk using the camera, I can uncover the map.

I suppose to do so I should just check when the character is using a camera (with a bool, perhaps?) and only when the variable is true, show more staff on the map. But I am not so sure it’s that easy, I’ve never done something like this before - it’s all speculation.

Thank you for the link!

Hey @Palallalum!

Realistically depending on how you set it up that would be the ideal. You would have your fog of war set up as normal, except it would require a check “Is Camera Active” to complete as expected, otherwise the character moves but your map would not update.

Let me know if the above works for you or if you need more help with setting up the function!

1 Like

Hi there @Quetzalcodename !
Just wanted to let you know that it works just fine this way! It was easier than anticipated.

The only thing left to do is to work on other minor tasks (adding timestamps, widget related stuff, zoom).

Thank you for your time!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.