Not able to add component to an actor from Components Graph

Hello. I’ve already found a way. On Begin Play inside component, I spawn Actor BP, that creates all of those components I need. This actorBP is like component manager, that adds components to owner.

Your suggestion is not okay in my case, coz sometimes I need to add my component to simple StaticMesh Actors on a scene. So there is no way to add any custom events inside those.