1/ I correctly create a FGBuildable Wall LightWeight with the Data instance completed.
2/ I place a Log Display in the Construction event and the BeginPlay event.
3/ This Log Display appears 20 times (for both events) when I create the item and when I reload the game.
4/ If I destroy the item, save it, and reload the game, this Log Display still shows the 20 repetitions.
5/ If I don't use LightWeight, I only have one Log Display shown, and it disappears when I destroy the item.
Is this normal?