Viewing struct members in Editor

With introduction of BP-based structs will be there a possibility of seeing actual struct members?
Right now it’s really inconvenient. If I want to debug something or test I’m forced to add this fluff >.>

Hi, One should be able to view members without UserDefinedStruct. What is the declaration of the struct? Do it’s variables have VisibleAnywhere tag?

My bad, thank you! After tagging variables with this tag everything goes smooth!