Get class defaults do not expose inherited properties

(all made in blueprints)

Class Father has a public property called “TestProp1”

Class Children inherit Father

GetClassDefaults(Father) => shows TestProp1

GetClassDefaults(Children) => not showing anything from Father

ty I would have never found it without you!

By default it hides the inherited properties, but you can show them by selecting the node and enabling them in the details panel.

67680-showinherited.jpg