I have two blueprints… in blueprint A I create a new actor component. I need to send a reference of this object to blueprint b.
I can make a new var in blueprint b that is of the object type, but I can’t set the default value of it (the only option is none), since it isn’t created until the blueprint is run I’m assuming.
How can I assign a reference to it?