Blueprint component placement

Just to make sure, for creating another trinagle also, can i able to use the same blueprint or need child blueprint ?

You make the whole ‘zone cone’ thing in one go. Like I say, you could put everything in one BP.

@ClockworkOcean What will be option If I need to add another zone cone in addition to the one which already have and alos i need to display the two at the same time.

Is it a good approach if I create a function with the codes for the zone cone and call them twice to get two cones ?

If you want to have two cones, then just encapsulating the cone in a function is enough.

You can just call the function twice in the blueprint.

1 Like