probably a basic question, but how can I add components to “components” tab from code? (‘Components’ tab is visible when You open blueprint in question).
I have base class and i want to all my derived blueprints have static mesh component in their components tab. Now i have something like this:
great it works. It turns out that this magic ObjectInitializer is actually usuful for something. Official documentation mentions something about it but i really don’t understand it much. Maybe You can give some insights about this object? What the hell it is doing etc?