The only difference between this class and ones that are working is that this C++ class seems to have been created in the public/private folder rather than the parent source folder. I can’t help but think this is an engine bug. I can provide pics if necessary, but my subclass is definitely not inheriting the stuff it should be, despite the C++ files being a copy/paste of one that is working, but it looks to me like it doesn’t work because the files are not in the main source folder, that they were created in public/private for the .h and .cpp respectively.
I would think that moving them to the right place would fix this issue, as that’s the only difference between one subclass working (an older one) and the one I’m creating right now. But I can move the files but can’t seem to get the engine to recognize it’s moved. In the content browser it still shows my class in the sub folder.
If any specific images would help please ask, but for now this one shows that it is inheriting from that class and not getting the function to override or the float defined.
Been suffering on this one for a while.