Trouble adding Blueprint HUD to C++ Project

#Wiki Tutorial Solution

I have a whole tutorial on doing this process for a player controller, just switch out my code sample for doing the HUD instead!

#Analysis

Use ConstructorHelpers::FObjectFinder instead of class finder, and just copy the reference of your HUD BP directly (right click->copy reference)

Rama