Hello, I have a function that should be overriding in a blueprint file that I declared in a cpp .h file. Every time I click compile on the blueprint it gives me the error
&
I keep looking online and have asked some discord channels with no answers. Is there something obvious I am doing wrong?
this is the header file the function is the calculateNoise();

and this is the blueprint file
which was declared in a parent with a different signature
Cannot override '::calculateNoise' at Calculate Noise which was declared in a parent with a different signature
this is the header file the function is the calculateNoise();
and this is the blueprint file
Comment