MutableTrackContainerHandlesHelper - Introduce constructor declaring the WriteHandleKeys to the scheduler

The existence of a standalone WriteHandleKey does not automatically rpoagate the key to the avalanche scheduler. Only keys initialized like

  SG::WriteHandleKey<> m_key{this, "KeyProp"};

are declared to the scheudler. Introduce MutableTrackContainerHandlesHelper constructor taking over this job.

Edited by Johannes Junggeburth

Merge request reports

Loading