UKismetArrayLibrary::Array_Find crashes the code

That’s not going to work. Yu shouldn’t really ever need to use any functions from the Kismet libraries, these functions in particular use CustomThunk bodies which are special Blueprint code.

Just use the built-in functions within the array (i.e, MyArray.Find(value). It will return a pointer to a value IF it exists.

2 Likes