Lecture56

In no particular order, here are the things I recognize in PositionReport.h and PositionReport.cpp

  • Includes for both the class header value and for our game’s class
  • Pragma Once
  • declaration of a public constructor method, and a definition that initializes the values
  • Well Commented Code - thanks Epic!
  • inherited Boolean 'bWantsBeginPlay named to Unreals coding standards with a small b at the front.
  • No function has a return, though as void functions they will not need them.
1 Like

Privacy & Terms