Pulsahr Does anyone know what it means?
Does the error occur when running the game in the editor?
I'm not sure what "null function" means, but "function signature mismatch" means that the function parameters or result type in a function call are not consistent with the function's definition. E.g., different number of parameters, different parameter data types, different parameter order.