- Download the attached project
- Open the project
- Play in Editor
- Press the '1' key to toggle between Child actor 'B' and Child actor 'C'
- Notice that nothing prints when changing the child actor class and that the number of child actor components goes down to zero
Expected: The number of child actor components would remain the same and the Class for the child actor component would be toggled between 'B' and 'C'.
Result: Only the default class for the child actor component is used. If the user attempts to change the class the child actor component is removed.