-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference RetrieveObjectNode
S2NX7 edited this page Oct 16, 2025
·
3 revisions
Retrieves an object from the specified object pool.
Input Ports
- Enter : Trigger input to retrieve an object from the pool.
- Pool : The object pool from which to retrieve the object. If null, defaults to self.
Output Ports
- Retrieved : Trigger output fired after the object has been retrieved.
- Result : The GameObject retrieved from the pool.