"Member function may not may not be redeclared outside its class"

Hi community , im having a little trouble i would like if u guys could go to a ue4 answer hub question i posted about c++.

https://answers.unrealengine.com/questions/177699/member-function-may-not-may-not-be-redeclared-outs.html

thx in advance

I may be wrong, but that code block doesn’t look wrong to me. I’d look elsewhere in your code and see if you’ve got a double declaration of the same method or if its not being declared in the right CPP file.

At least, that’s where I’d start.

Worst case, try commenting out the code block and see if it compiles and try to isolate the problem from there.

Hey, would you mind posting your full code?
The header file, the cpp file and the error?

That’s the easiest way to look into your problem.