Code Recognition

I recognise the #include first of al obviously and all the comments in the .cpp file. I see it referring to the UPositionReport class that resides in the .h file. I recognise the void terminology. I also recognise down below the pointer called ThisTickFunction.

I recognise the public and private terms in the .h file and the pointer in the .h file again. I recognise the term float and an enum named ELevelTick in the bottom brackets.

I don’t recognise the virtual, override or protected terms. I don’t recognise the “super” term either.

Privacy & Terms