Skip to content

Unit Reference RetrieveObjectNode

S2NX7 edited this page Oct 16, 2025 · 3 revisions

RetrieveObjectNode

image

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.

Clone this wiki locally