Is there a way to track instance of a variable

Im trying to clean up some unnecessary variables and my code is dense. Is there a way to search for or find the instances of a given variable?

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273
    edited February 2013
    If you mean checking to see where your attribute is used, select that attribute and hit delete. If it is being used, it will inform you which actor is using it. If it isn't being used, it will delete it.
  • KeithQKeithQ Member Posts: 25
    That works, but because some of my code has been turned off I did not want to have to sort though it to find every instance of an attribute.
Sign In or Register to comment.