...The tutorials and forums about UEd mapping were what taught me the most about using the editor. This is my way of giving back.

If any of the information presented is incorrect, please do contact me at vincennes999@yahoo.com and I will correct it. Please put 'tutorial correction' or something similar in the subject line so I know it's not spam.



IsIn ObjectList





IsIn ObjectList will run a check to see if a specified object is contained in a list of objects.

• The Object(s)ToTest is the object the action is being perfomed upon.

• The ObjectListVar is the variable that contains the list of objects to check against.

* Note: For a description of the object list variable, please see the Kismet Variables tutorials.



• InList: Outputs a signal if the ObjectToTest is found in the list provided by the ObjectListVar.

• NotInList: Outputs a signal if the ObjectToTest is NOT found in the list provided by the ObjectListVariable.

• bCheckForAllObjects: I 've not used this, but my guess would be that it checks its array against a list. If all the entries match up, the it fires off. If even one is missing, then it will not.