-
Notifications
You must be signed in to change notification settings - Fork 18
Get Child By Name
Leopold A-C edited this page Feb 4, 2021
·
5 revisions
Category: Objects
Look for an object in the children of another object using the name of the target. This is using a recursive strategy, meaning you can find objects further down in the hierarchy as well.
This node is especially useful when a tree is attached to an instanced object, as it can be used together with Get Owner to reference only one object.
Parent
- Parent object, this can also be the root of a deeper relationship tree.
Name
- Name of the target object. Note: This uses the object name, not the mesh name!
Child
- The target object,
None
if no object with this name is in the relationship tree.
Documentation for Logic Nodes version 0.9.1 on UPBGE 0.3.0 Alpha