Can't get DataTable Row using FindRow() C++

The issue was, that i passed the results of a templated function into a cast function, so the code had no idea what type to use for the template.
Instead of casting “FindRow(…)” worked.