in a different xml file, I create this entity. this defines a table such that every time the game generates a door using the door blueprint, it uses this weighted table to decide the initial state of the door
i use the same trick for the material the door is made out of, which references this table. as a bonus, this is converted to a C# Material object in-game, which is a custom class representing a physical material
Comments