Determine if some number is odd or even
Let's say you have an array of items, and you want to sort them into columns based on whether their array index is even or odd, no matter...
All you ever wanted to know about Git in UE4 but didn't know you had to ask
Part 1 - Getting to know Git After UE4 .7 there is a plugin integration by Sebastien Rombauts that lets you run source control for your...
UE4 scripting Monty Hall challenge
Marilyn vos Savant was accused of being wrong when she explained the Monty Hall problem. I wondered how tricky it would be to script the...
ZBrush Customizing
Things I did this fine Saturday morning: Added Denvi's MMB scroll zoom plugin (this should be built into ZBrush) http://bit.ly/1AxKPl0...
ZBrushR7 - ZModeler tip
I decided to buy Zbrush 4R7 because with the ZModeler tool, I don't need to model in another software now. ZBrush doesn't allow Ngons...
My first game as a scripter - Two Player Chess
Download: https://www.dropbox.com/s/yfpx9djy15w3924/TomMooney_UE4BlueprintsChess.zip?dl=0 [17/12/2014 : v1.0.1 Updates] better horizontal...
Time Goes Up, Progress Bar Goes Down
This is a ProgressBar Percent binding for a UI element where you want to drain a progressbar in the UI based on an incrementing timer...
More Chess Development
Work in progress for a scripting demo in the UE4 class I'm teaching at Lifeway College. Still ironing out opponent recovering from check....
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...
Happy to see upcoming network blueprints
On the Twitch video about upcoming network features in blueprints, there's some forecast about making it easier to create turn-based...