MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / DeleteObjectNow

Method DeleteObjectNow

Source/Engine/Core/ObjectsRemovalService.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void Object::DeleteObjectNow()
165{
166 ObjectsRemovalService::Dereference(this);
167
168 OnDeleteObject();
169}
170
171void Object::DeleteObject(float timeToLive, bool useGameTime)
172{

Callers 6

FlushMethod · 0.80
~SceneRenderTaskMethod · 0.80
CreatePrefabMethod · 0.80

Calls 1

OnDeleteObjectFunction · 0.85

Tested by

no test coverage detected