Find Child By Tag
Slots
Finds a child object below Instance (Slot) that matches the given Tag (String).
Inputs
Instance (Slot)
The slot to scan for child slots from.
Tag (String)
The tag to look for below Instance (Slot).
SearchDepth (int)
How far to search for a child with a tag that matches the given Tag (String).
Examples: 0 > Search immediate children. 1 > Search children of slot including those slot's children. -1 > Search infinitely far down (HEAVY)
Outputs
* (Slot)
The result of the search.
Examples
-
An example code finding slots under and above other slots in a list, one of the nodes is a Find Child By Tag.