blueprint

Simple Trigger Fading Widget on Box Collision Overlap

  • Exposure: public
  • UE Version: 4.27

avatar author

cherrie

December 4, 2021, 2:46 am

  1. Create Widget for your need and add a simple fading animation. Then add a custom event (I named this one "Hide Widget") to play animation on reverse.
  2. Create Box Collision Blueprint and paste this code
  3. Add that Box Collision Blueprint and put wherever you want in the viewport
  4. ???
  5. Profit.
Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
December 4, 2021
  1. Deleted unused "isColliding?" Variable

  2. First commit