I have a child actor component which is a child class of my WeaponParent_BP.
I’m trying to change my weapon to another, which is also a child class of WeaponParent_BP, by setting the child actor class like this:
however, even though the print string prints the correct class, the current weapon just disappears.
what am I doing wrong?