I noticed that blueprint actorcomponents added via editor does not show in property matrix. It is only shown when adding through C++ via CreateDefaultSubObject, meaning it must be in defined C++ class CDO.
My design is to let designers build their own actors via reusable actorcomponents so they don’t have to use C++ to define the class. How would it be possible to support property matrix editing for blueprint actorcomponents added in editor?