Page 1 of 1

Incorrect return type in ArrayReserve template

Posted: Mon Dec 10, 2018 2:56 am
by phantombeta
The ArrayReserve template used for the direct native version of DynArray*.Reserve doesn't return anything, leading to random bugs, as the function is actually supposed to return the value returned by TArray::Reserve.

Re: Incorrect return type in ArrayReserve template

Posted: Mon Dec 10, 2018 3:31 am
by _mental_
Fixed in 6362415.