How to make a Myst like game in unreal.

Presumably you have two interfaces calls? Interactible, and Interact?

You call Interactible on tick to change the cursor, and the other when the player presses the mouse button or hits E.

So you have this in the player?

and that just does a line trace ( 1 ) and makes the interface ‘interact’ call on the object.

This is what I have in my player on tick

and

Does it make sense? :slight_smile:

1 Like