Drone pet
I made a drone pet for a UE4 project I'm working on in weekends. Hope my actual pets don't mind me spending the whole day on it.
![Reroute nodes simplify function inputs](https://static.wixstatic.com/media/0ecae1_9912744bda8f418fb785bec32f59a0d1.webp)
Reroute nodes simplify function inputs
When there is one variable feeding a lot of nodes you want to condense into a function, an easy way to avoid many function input pins is...
Class demo - Shooting Spiders with a Crossbow
I've been doing a long step by step demo of making a level in Unreal Engine 4. This includes: collectable potions player healthbar enemy...
![Third Person : Update Camera While Turning](https://static.wixstatic.com/media/0ecae1_80511b73097244cd903023694f34ec91.png/v1/fill/w_333,h_187,fp_0.50_0.50,q_95,enc_auto/0ecae1_80511b73097244cd903023694f34ec91.webp)
Third Person : Update Camera While Turning
This can be added to a character to make turning look better. Full size image: https://www.dropbox.com/s/fiidapv10rxed7e/Dearst_3PCamera_...
![UE4 Blueprint Interfaces : GameTime](https://static.wixstatic.com/media/0ecae1_c02d8407f26c4f5a918e2122b5671f32.png/v1/fill/w_333,h_353,fp_0.50_0.50,q_95,enc_auto/0ecae1_c02d8407f26c4f5a918e2122b5671f32.webp)
UE4 Blueprint Interfaces : GameTime
This is just an easy thing I did to show what a blueprint interface can do in UE4. You can simply find GetRealTimeSeconds from within...
![Switch on Enum](https://static.wixstatic.com/media/0ecae1_e65797bba8684fe194844a1814878efe.png/v1/fill/w_333,h_246,fp_0.50_0.50,q_95,enc_auto/0ecae1_e65797bba8684fe194844a1814878efe.webp)
Switch on Enum
When using Switch on Enum, if you click on the Selection input and choose Promote to Variable, the new variable's type is Byte. The new...
![I added lower case letters to my UE4 typing function.](https://static.wixstatic.com/media/0ecae1_0c22def8c76b48d5af869d5cf0d92ed2.png/v1/fill/w_333,h_76,fp_0.50_0.50,q_95,enc_auto/0ecae1_0c22def8c76b48d5af869d5cf0d92ed2.webp)
I added lower case letters to my UE4 typing function.
I added lower case letters to my preset user typing graph in PlayerController. https://dl.dropboxusercontent.com/u/9344219/ControllerTypi...
![Using Structs for Inventory](https://static.wixstatic.com/media/0ecae1_6b96c3b5826f42399fff03b9195e5236.png/v1/fill/w_333,h_352,fp_0.50_0.50,q_95,enc_auto/0ecae1_6b96c3b5826f42399fff03b9195e5236.webp)
Using Structs for Inventory
I figured out how to use Structs in blueprint in UE4. A Struct is created as an asset in the content browser. Its purpose is to hold a...
Proximity Actor
This is a reply to : https://answers.unrealengine.com/questions/56329/how-do-i-get-the-location-of-the-closest-character.html by Alan...
New SaveGame Menu
This is a WIP video (unfortunately with a low screen capture rate). It's smoother in game. There are a few things to work on, such as...