How to push / add force to character through blueprints?

You possibly can use Hit or Overlap stuff, in that last case make sure you character has “Generate Overlap events” so it can overlap with the block, you then use the event “Begin Overlap” in your character, cast the “Other” actor and if it’s that block class, fire the “Launch Character” function.