How do I check the variable type in the Variables tab?

RedhookDana

New member
Hi,
I just noticed that there's no way to get the type from a variable in the SharedVariables list under the Variables tab... I think for the more basic types like bool it expands to show the type but for my custom types I get nothing...

Thanks!
 
What does your variable look like? The inspector will show any public or serialized fields of that variable.
 
Well basically my workflow is, I create a shared variable in the BD tab and then use it in code somewhere (obvs). The issue is I have no quick way of looking up what the type is without digging up the code I wrote earlier for that shared variable. It's obviously not a massive issue but it would be handy to be able to get the type quickly from a central location (ie the BD shared variables tab), whether on a mouse over or have it shown directly beside the name.
1539643819417.png
 
Top