UE5 Lyra, How to change control point names from A,B,C

Hey everyone, having a great time with the lyra starter game and learning so much.

I’m wondering if there is a way to change the names of the control points? I’d like to change them to a symbol (triangle, diamond, square), instead of alpha or numeric characters.

I’m assuming it’s done in blueprints, but I just can’t find it.

Any help in the right direction is greatly appreciated.

It is set directly in the Widgets W_ControlPointMarker which is used in W_ControlPointStatusWidget

It is saved in ShooterCore which is a GameFeature inside the Plugin folder.

If you can’t find it in the Content browser you need to enable “Show Plugin Content” in the Content browser.