UntoldEngine
UntoldEngine copied to clipboard
There is an out-of bound vector size issue in the U4DNavigation getNavPath method
If the path contains less than 1 segment, a vector out- of bound error is spit out by the engine.
Make sure to add an If statement to check for the size of the path to be greater than 1