About 'Solution: Implement GetWheels()'!

Continued...

  1. Add getter to the SpawnPoint.
  2. Implementing GetWheels().

(Unique Video Reference: 111_BT_URC)

We would love to know…

  • What you found good about this lecture?
  • What we could do better?

Remember that you can reply to this topic, or create a new topic. The easiest way to create a new topic is to follow the link in Resources. That way the topic will…

  • Be in the correct forum (for the course).
  • Be in the right sub-forum (for the section)
  • Have the correct lecture tag.

Enjoy your stay in our thriving community!

Hi,

Is it better to use MyArray->Emplace() vs MyArray->Add() to manage the memory better or does it not matter in this case please?

Cheers
;oB

Emplace will only call the constructor once from what I understand if you are passing in the parameters. But if you already have the object constructed it will make no difference.

1 Like

Thanks ^,^

Privacy & Terms