How to enable Team Score UI (or whatever it is called?

I have been testing around a lot and cannot seem to figure out how to enable the “Team Score UI” or whatever it might be called.

How do I enable so this is shown with Eliminations?

We have a team deathmatch island that is working correctly otherwise.
image (20)

1 Like

To Count Eliminations you would have to have after someone gets Eliminated to Update said Number on said HUD and Replicate it so everyone sees its

Player Character
Variable - Eliminated - Integer
When Actor is Destroy (When Health is 0)
Set Eliminated for the condition of the value (Eliminated - Integer+integer(1) ) then inside the Widget create a binding for the text
CastToPlayerCharacter - Get Eliminated - Connect to Text Out
Get Player Controller

1 Like

Replication


Widget

1 Like

UEFN ??

In UEFN there are the Island Settings, which contain the elements for Team Score UI
Further options are available if you use the HUD Controller Device.

In a little rush atm irl, let me know if you need more help with settings and I’ll give you some screenies.

UEFN yes.

The problem seems to be that I have tested the settings that I think are relevant, but I cannot seem to find the correct one.

Finally found it 200 loading screens later.

HUD Info Type must be set to Score in Island Settings.

image

1 Like

Your island settings device, usually located at centre of island has a UI part

take note of HUD info type, the use team score and show cumulative stat on HUD

Then there is the HUD Controller Device, which gives more options.

this has the enabled during setting, so I guess you could have a few HUD controllers for different phases

let me know if you need more details, theres a lot of options and hovering the mouse over items gives a little description

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.