World Context Pins Crash in Function Library (UE5 Preview 2)

Took me a good couple hours to figure this out, so for anyone looking:

When you copy a BP Function Library function to somewhere else, a WorldContext variable input is added out of nowhere causing this. Search all BP for WorldContext and delete that variable.

1 Like