HomeWildfire Games

Fix variant loading order

Description

Fix variant loading order

file="" properties were not overriden by other things defined in the actor, which lead to weird edge cases, such as frequency="0" variants being loaded because their names="" ended up matching their parent's name=""

Also remove the name because it doesn't serve a purpose

Accepted by: @wraitii

Differential Revision: https://code.wildfiregames.com/D3572