| 845 | } |
| 846 | |
| 847 | void AnimatedModel::OnDisable() |
| 848 | { |
| 849 | GetScene()->Ticking.Update.RemoveTick(this); |
| 850 | |
| 851 | // Base |
| 852 | ModelInstanceActor::OnDisable(); |
| 853 | } |
| 854 | |
| 855 | void AnimatedModel::OnActiveInTreeChanged() |
| 856 | { |
nothing calls this directly
no test coverage detected