Count the number of a particular actor on the screen?

Is there any good way to count the number of a particular actor on the screen and keep that constantly updated so that if an actor is spawned or destroyed then that number is updated?

Ive considered doing this with an attribute adding and subtracting every time an actor is spawned or destroyed with a simple (Attribute + 1) code, just wondering if there is a better way?

Comments

Sign In or Register to comment.