Hey Guys,
I am trying to build a display systems where users can register their entity trees which are then displayed in one window.
I came across a problem when trying to remove the entities: While the Qt documentation says that one should use
Qt Code:
  1. removalCandidate->setParent((QEntity*) nullptr);
To copy to clipboard, switch view to plain text mode 
for this, it seems to break smth. in the backend.
When I try to add smth. again (after removing one or more entities), the backend silently crashes.

Does anybody have an idea why or tips for me on how to manage dynamic entity-tree buildling ?

Thx in advance, Björn