Invoked by the world when the entity is added to the World */
| 101 | Invoked by the world when the entity is added to the World |
| 102 | */ |
| 103 | virtual void Start() {} |
| 104 | |
| 105 | /** |
| 106 | Invoked by the world when the entity is despawned, but despawning has not happened yet. Use to preemptively clean up data. |