In the previous post, we created a simple plugin in C++ that we exported into a DLL. This DLL plugin takes 2 integers and adds them together and returns the sum back. In this post, we will import the DLL from the plugin project into a new UE4 project and access its functionality. Project Set-Up: … Continue reading Import C++ Plugin into Unreal Engine 4
UE4
Animation Blueprint For Motion Controller Hands
In this part of the tutorial series, we will set up the animation controller for the hands that we imported in the previous post. We will set up the animation blueprint so that we can easily add in the input functionality from the motion controllers to do the grab action on the hand when the … Continue reading Animation Blueprint For Motion Controller Hands
Create VR Project
Requirements: In order to start with the tutorials, you will need the following software and hardware. As I have mentioned in my previous post, for the most part, the tutorials can be followed with the VR set-up but if your intention is to make a game for VR then you can follow the tutorials exactly. … Continue reading Create VR Project
Creating a VR Game For Oculus Rift
Unreal Engine, C++ based game development tutorial that starts from scratch.