Slate UI - Health System

Hey,
I want use Slate UI for my project but we don’t have much documentation about it, how do I create health system using Slate UI, there are any tutorial or something?
Thanks!

same here…

There’s this:

But also, look at the ShooterGame sample project. It uses Slate for the in-game UI and it’s pretty straightforward code to follow.

Hi Jakoozie,

I just wanted to clarify something. Do you want to have Slate actually handle the logic for your health system? That is not what Slate is intended for. The logic for your health system should be handled within your code, then you can use Slate to display the results of that logic.