blueprint

Paperboy BP_AppearAndDisappear 210260

  • Exposure: public
  • UE Version: 5.0

TobiyC

January 18, 2023, 1:06 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:51 pm

    A blueprint used when the Breakdancer and Burglar are hit by a Newspaper. It makes the default sprite (such as the Breakdancer on his head) invisible, and makes their 'fallen' pose (such as the Brekadancer on his side) visible in its place.

    "Object to Appear" is an instance editable actor variable, with the selected actor being the Breakdancer or Burglar's default sprite. "Object to Disappear" is an instance editable actor variable, with the selected actor being the Breakdancer or Burglar's 'fallen' sprite.