blueprint

InteractionLineTrace

  • Exposure: public
  • UE Version: 5.1

stijn

December 1, 2022, 9:11 am

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 1, 2022
  1. Due to the Outline for interactable there was a bug found where it didn't always unhover, by adding this additional code it now does
    Made a function of the unhovering code
    Moved the interaction to a different location to streamline all blueprints

  2. Line trace hits the component now as well for the steering
    Bug fixed that sometimes the actor got picked up and then the unhover would fire but would return invalid since it didn't exist anymore.

  3. First commit

    See