Function Incompatibility! HELP!

It is showing me that it is not declared in header file while I exactly copied from the tutorial
I refreshed the project from unreal too but it didn’t help

Your second parameter in the header is inside the <> characters and so it cannot match. The header line must match your implementation.

You are missing const on the end of your function definition. You’ve declared it to be const but you are defining a non-const version.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms