Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
void Object::DeleteObjectNow()
165
{
166
ObjectsRemovalService::Dereference(this);
167
168
OnDeleteObject();
169
}
170
171
void Object::DeleteObject(float timeToLive, bool useGameTime)
172
{
Callers
6
Flush
Method · 0.80
~SceneRenderTask
Method · 0.80
~TextureDownloadDataTask
Method · 0.80
CreatePrefab
Method · 0.80
ObjectInternal_DestroyNow
Function · 0.80
ScriptsReloadRegisterObject
Method · 0.80
Calls
1
OnDeleteObject
Function · 0.85
Tested by
no test coverage detected