An open API service indexing awesome lists of open source software.

https://github.com/robertcorponoi/unreal-interactive-actors

Demo project for the tutorial at https://robertcorponoi.com/unreal-c-an-in-depth-guide-to-creating-interactive-actors/
https://github.com/robertcorponoi/unreal-interactive-actors

cpp tutorial unreal-engine unreal-engine-4

Last synced: 6 months ago
JSON representation

Demo project for the tutorial at https://robertcorponoi.com/unreal-c-an-in-depth-guide-to-creating-interactive-actors/

Awesome Lists containing this project

README

          



Unreal C++ An In-Depth Guide to Creating Interactive Actors

Demo project for my tutorial about creating interactive actors using C++.

This is the demo project for the tutorial at [Unreal C++ An In-Depth Guide to Creating Interactive Actors](https://robertcorponoi.com/unreal-c-an-in-depth-guide-to-creating-interactive-actors/) which explains how to setup an actor that can have one or more interactive parts which the player can interact with such as opening a drawer or turning on a light.

This demo was created with Unreal 4.25.3

## Instructions

All you have to do is clone or download the repo and open it up in Unreal. Make sure that you load up the MainLevel under Levels/MainLevel and when you hit play you can walk up to the desk and look at the drawer to open/close it or the lamp to turn it on/off.

## **License**

MIT