Provide a way for the player to click on an object to inspect it. Preferably, the player can also click-drag to rotate the object. I'm thinking something like Skyrim's item inspection would be cool to see, and there seems to be a lot of good online tutorials on how to do this.
We are working in a first-person environment, so a possible good starting point is using the first-person example project that Unreal Engine provides and working from there. Or, start with a tutorial and work from there.
Provide a way for the player to click on an object to inspect it. Preferably, the player can also click-drag to rotate the object. I'm thinking something like Skyrim's item inspection would be cool to see, and there seems to be a lot of good online tutorials on how to do this.
We are working in a first-person environment, so a possible good starting point is using the first-person example project that Unreal Engine provides and working from there. Or, start with a tutorial and work from there.