blueprint

Paperboy BP_EnableOnOverlap 210260

  • Exposure: public
  • UE Version: 5.0

TobiyC

January 18, 2023, 1:28 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • TobiyC

    January 18, 2023, 1:32 pm

    One of the most used Blueprints, this is what makes all of the object breaking effects posssible. The blueprint's collision is set to only overlap with the Newspaper blueprint, and when said blueprint overlaps, it will make the selected sprite visible. So, if the selected sprite is a broken window sprite, and is placed above the normal window, it creates the effect that the window shattered.

    "Object to Appear" is an instance editable actor variable, with the appropriate sprite being the selected object, such as a broken window sprite.