Hello,
Using the Lyra starter Project, I’m trying to customize some of the UI materials that come with the game and i’m having troubles with the selection of curves from the UI materials.
-
If I open the parameters for:
Game/Content/UI/Hud/Art/M_UI_Base_AmmoCounter.uasset -
in the parameters->Globals i try to change “CA_Glow” so i follow to the content location, i duplicate
Game/Content/UI/Hud/Art/C_UI_AmmoCounter.uasset let’s say i rename the duplicate to C_UI_2AmmoCounter -
Going back to M_UI_Base_AmmoCounter i cannot select the duplicated curve.
-
I also cannot select a curve created using the +Add → Curve → LinearColor
In the end i can only select the curves that are in the original Game/Content/UI/Hud/Art folder. Anything else, duplicated or new, even in the same directory is not detected. Regardless of restarts of sort.
I’d guess it’s some kind of filetype or fileversion incompatibility that is not correctly duplicated with the “Duplicate” command?