Some Star Wars items not working properly

Summary

Granting the Weapon version of the Heal Force Power does not work correctly.
Equipping the Red Kyber Crystal with the Conflict Hilt results in a UI visual bug.

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Assets

Steps to Reproduce

  1. Grant the ForcePowerHeal_Weapon_V1 to the Player’s inventory through verse, equip it and use it
  2. For the Lightsaber visual bug, select the RED Crystal and the CONFLICT Hilt in the Lightsaber Workbench

Expected Result

  1. The ForcePowerHeal_Weapon_V1, should show its icon and create a Healing field, just like its Force_Heal_L5 Weapon counterpart
  2. The lightsaber should show the default Custom Lightsaber icon

Observed Result

  1. The power is given. However, it has a blank icon, it can’t be used and it displays its name as “ITEMNAME”
  2. The lightsaber is given, and can be used correctly. However, it has a blank icon.

Platform(s)

PC

Upload an image

Additional Notes

Every other ForcePower*_Weapon_V1 works correctly
The verse snippet that grants the ForcePowerHeal_Weapon_V1:

GiveHeal(InInventory:inventory_component):entity=

    ForcePower := ForcePowerHeal_Weapon_V1{}

    Result := InInventory.AddItemDistribute(ForcePower);

    Result.GetSuccess[]

    ForcePower

FORT-1095808 has been created and its status is ‘Unconfirmed’. This is now in a queue to be reproduced and confirmed.