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

Method OnDeleteObject

Source/Engine/Level/Actors/AnimatedModel.cpp:1423–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1421}
1422
1423void AnimatedModel::OnDeleteObject()
1424{
1425 // Ensure this object is no longer referenced for anim update
1426 Animations::RemoveFromUpdate(this);
1427
1428 ModelInstanceActor::OnDeleteObject();
1429}
1430
1431void AnimatedModel::WaitForModelLoad()
1432{

Callers

nothing calls this directly

Calls 1

OnDeleteObjectFunction · 0.85

Tested by

no test coverage detected