How to get a component from a ClassDefaultObject?

Hi PhilippOkoampah, the SimpleConstructionScript doesn’t contain the root component of a class, this is a significant problem,

Calling GetRootNodes() also won’t help because SCS considers the first layer of AllNodes as roots (ain’t got a clue why)

It seems to me that the only member that stores at least some info about the complete list of nodes is the UBlueprintGeneratedClass::CustomPropertyListForPostConstruction, but it has only FProperties and UClasses, so if you have any ideas on another workaround, it will be very useful