Question regarding UI Tutorial

Following the tutorial in the UE4 documentation on creating your first HUD/UI

https://docs.unrealengine.com/latest/INT/Engine/UMG/QuickStart/4/index.html

Step 5 of “Retrieving The Variables” is not working for me. I can’t seem to find a way to “Get P_Health” into the “Get Percent 0” function.

You must have this variable declared in your Character (MyCharacter in this case) blueprint and set it to public (eye icon) in order to access it from another blueprint. So possible: 1. You didn’t created health/energy variables in your character blueprint, OR 2. You didn’t set it to public (or both :slight_smile: )

I’m currently experiencing the same issue, but my variables are both referenced in FirstPersonCharacter and are set to public

I assume you have something like this: Get Player Character —> Cast to FirstPersonCharacter and when dragging wire off from “As First Person Character C” your health variable doesn’t show up in panel? First you could try checking/unchecking “Contex Sensitive” checkbox.

Make sure your variable is Visible.