I’m not really sure what I’m looking for here, but I think it’s the level blueprint that holds the answer.
I’m working on a small platformer game to learn Blueprints. I have a blueprint that is my actual platform that uses construction script to allow me to spawn various powerups and collectibles onto the platforms. When building a level, I can choose from dropdowns what each platform will spawn. How can I tell how many of a certain type of powerup are set while in the editor without having to scroll around and count. Ideally, I’d set this up in the construction script, but the level blueprint doesn’t have a construction script so I’m not sure how I could do this. My current workaround is to simply run the level since I’m checking and displaying it there anyway. However, I’ve had issues where that seemed to be wrong so it’d be nice to be able to see in editor if what I should expect in-game.
Hope that’s clear. If not, just let me know what’s unclear and I’ll do my best to answer back with more info.
Side question… In the level blueprint, I can set variables to be editable. Where would I edit them since the level blueprint isn’t an actor in the level like most BPs, right?