Does using the Level Blueprint only affect loading time or performance?

I always prefer work in level blueprint because i would like to see node firing to each other.
But I doubt that if it effect my game performance?
Or I should move some node in control or actor blueprint.

Thank you

It shouldn’t really affect loading times much, but it does mean you can’t re-use your script. You can still use the Blueprint debugger when making a Class Blueprint to see lines flash etc, you just need to select the instance you want to debug on the Blueprint Editor toolbar.

Thanks you