| 853 | } |
| 854 | |
| 855 | void AnimatedModel::OnActiveInTreeChanged() |
| 856 | { |
| 857 | GraphInstance.Invalidate(); |
| 858 | |
| 859 | // Base |
| 860 | ModelInstanceActor::OnActiveInTreeChanged(); |
| 861 | } |
| 862 | |
| 863 | void AnimatedModel::UpdateBounds() |
| 864 | { |
nothing calls this directly
no test coverage detected