UE4: Third Person Strafe
I came up with this sort of on the fly, because I saw that strafe in a FPS camera driven mode is not the same as strafe in third person...
Zak Parrish tutorial "Spawn Many Objects Randomly in A Volume"
I tried Zak's tutorial (not with cows though). The video by Zak Parrish: http://youtu.be/9-7SmkasS_A shows how to spawn many objects in...
Things I like about UE4 4.2 Update
The keys Alt+[ and Alt+] adjust the size of the transform gizmo. You can now use an actor picker to choose which actor to attach to...
Use anywhere functions
I'm exploring blueprints, and looking at how to make functions so they are useful in more than just one case. For example, the centering...
Things I like about UE4 4.1 update
New: Icons for your project can now be assigned via Window/Project Settings. New: Startup Movies for your project can now assigned via...
Dialog Progress
I am labouring away at a text based dialog blueprint. So far each string of dialog has to be set to display one by one, with 24 letters...
Successfully added player typing via blueprint
This makes me happy! I didn't know how to do something, I thought it about it, and an hour later I have it up and running. I recorded a...
Successfully coded a SaveGame framework
I'm happy today because, after several nights of tinkering, I have built a SaveGame framework for a game in UE4 that, so far as I can...
Arrays in UE4
This morning I tried to show a forum member how to toggle multiple lights with one switch in UE4. I got it done, but the way I tried...