PositionReport.cpp
Recognized:
- Include header files
- Class names (Prefix with U)
- Types (void)
Not Recognized:
- Variable names such as DeltaTime, TickType, ThisTickFunction etc.
PositionReport.h
Recognized:
-Pragma Once
-.h files
-Public and protected
Not Recognized:
- Multiple Publics
- type virtual void
-Class syntax with meta