Issues compiling HUD

The HUD in my game will not display right (compiler error).

http://pbrd.co/1DJZSsO

that is a screenshot of where I think the error is happening. The blueprint wo0rked lastr week, and I havent touched it since then.

Help!

IF the screenshot isn’t working, Try this:
[Screenshot][1]

Hi bobee42,

it seems like the compile error is complaining about your functions GetPercent0 and GetPercent2. Make sure those functions are checked as Pure functions. You can do this in the Details panel, after clicking on the function (see screenshot):

29795-details-panel-pure-checkbox.jpg

Edit:

More about functions calls and the Pure keyword can be found in the [docs][1]