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

Function OnDeleteObject

Source/Engine/Core/Object.h:62–65  ·  view source on GitHub ↗

Deletes the object. Called by the ObjectsRemovalService. Can be overriden to provide custom logic per object (cleanup, etc.).

Source from the content-addressed store, hash-verified

60 /// Deletes the object. Called by the ObjectsRemovalService. Can be overriden to provide custom logic per object (cleanup, etc.).
61 /// </summary>
62 virtual void OnDeleteObject()
63 {
64 Delete(this);
65 }
66};
67
68// [Deprecated on 5.01.2022, expires on 5.01.2024]

Callers 11

OnDeleteObjectMethod · 0.85
OnDeleteObjectMethod · 0.85
OnDeleteObjectMethod · 0.85
OnDeleteObjectMethod · 0.85
DeleteObjectNowMethod · 0.85
OnDeleteObjectMethod · 0.85
Script.cppFile · 0.85
OnDeleteObjectMethod · 0.85
Actor.cppFile · 0.85
OnDeleteObjectMethod · 0.85
OnDeleteObjectMethod · 0.85

Calls 1

DeleteFunction · 0.85

Tested by

no test coverage detected