Hello everyone, (hablo español por si alguien me puede responder en mi idioma).
I’m trying to activate an aerial camera, in an endless runner game prototype by means of a trigger box.
the camera object and the trigger box object are blueprints and I added them to the actor that I created as a map.
I can do the camera change by directly adding the components to the Blueprint Level as references, BUT when I do it with the blueprint trigger box it gives an error and I can’t save the file.
Edit: Wait, let me check this again. You somehow put them inside another actor. And they don’t seem to be components. You can still try the get actor of class node, but I’m not sure what I’m looking at now.
To add the actors inside the map actor, I dragged the camera blueprint and the trigger box blueprint from the conter browser to the actor.
Wow. That does work. Thanks for the information! All this time I’ve been making components if I wanted to put something in an actor, but now I guess there is another option.