ibrahim-syah / Octahedron

My attempt at following Octahedron's FPS Game Feel tutorial in UE5 with C++
0 stars 0 forks source link

Find alternative to tick function to update health bar rotation to align to player #19

Closed ibrahim-syah closed 3 months ago

ibrahim-syah commented 4 months ago

To declutter the UI

ibrahim-syah commented 3 months ago

The health bar will only be displayed if the enemy is attacked. But aligning the healthbar to always face the player is still being done in tick

ibrahim-syah commented 3 months ago

well not in tick, it's being done in timer which runs every 1/60th of a second, but yea