Inheritance in Unreal Engine 4

I wanted to write a tutorial about inheritance for non programmers. It's a concept that is taught early in programming classes but for someone who's starting out designing games with UE4 it's not clear how it works and why it should be used.

Thankfully, The Undead Dev has already written a great tutorial, and it includes zombies with hats! The tutorial is great and is a must read for anyone who's unfamiliar with blueprint inheritance.

Have a look at it here: http://www.undeaddev.com/the-family-tree-with-zombies/

Comments

Post a Comment

Popular posts from this blog

Achieve straight node lines within your blueprints!

Capture your scene as a cubemap in Unreal!

Get Component Velocity vs Get Physics Linear Velocity