Simple performance question

Is there a difference for performance, if i were to have alot of things in one blueprint or make a bp for each thing?

1 Like

Hi DtroStudlo,

That completely depends on what you are doing. It can be more efficient for instance, to have one blueprint be in charge of multiple ISM’s or other types of rendering - but if you’re wanting some shared functions between objects but each object has a unique set of functions as well - it can be more efficient to have a base BP with multiple child BPs.

1 Like