How do I set static mesh component variables

Ahh I see! This is an issue with how the built in variables tied to the actual component are handled. Most time’s I’ve seen users need to contend with this, they frequently opt to handle it at construction like this:

Another way (that is worse unless you need to update the list at runtime with uncertainty) would be to get all children then compare them if there’s other types: