Unit Reference RetrieveObjectNode - RealityStop/Bolt.Addons.Community GitHub Wiki
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.