Summary
If you remove all components from the simulation entity, the server will crash.
Please select what you are reporting on:
Creative
What Type of Bug are you experiencing?
Verse
Steps to Reproduce
F():void=
SimulationEntity := (InEntity:entity).GetSimulationEntity<native><public>()<transacts><decides>:entity #any simulation entity getter
for(Component : SimulationEntity.GetComponents()):
Component.RemoveFromEntity()
Expected Result
The server shouldn’t crash.
Observed Result
Server crashes
Platform(s)
windows