If I place this class before the game They print “Binded” at start and the jump event is triggered right to every cube, if I spawn this cubes mid game they print “Binded!” But the jump event isnt triggered!! How can I bind events from actors spawned mid game ?
I saw some suggestions to bind in the spawner, but I dont think this apply here(?) how can I Bind the Jump event(at the cube blueprint) to the Music player event(at the music player blueprint) at the spawner(at the level blueprint)?
Hmm I am quite confused if that would work as the event need to be created inside the Cube blueprint instead of the music blueprint. The music blueprint have the event that is binded to the other events, so maybe something like this, but I dont know what to put in the create event
Hmm by the way another question related to that, can I create to a actor in another class blueprint ? I am able to do that but then Unreal wont save that class, I wonder if that isnt allowed ?
Like I create a reference to an acontor in the level blueprint then copy that reference to a blueprint class, is this a bad ? It seems to work… But I read about Referencing Actors | Unreal Engine Documentation and it seems I need to do using the methods described there.