Skip to content

Unit Reference OnRetrieved

S2NX7 edited this page Sep 30, 2025 · 2 revisions

OnRetrieved

Screenshot 2025-09-30 141516

Triggers when an object is retrieved from a specified object pool.

Input Ports

  • Pool : The object pool to listen to.

Output Ports

  • Result : The object retrieved from the pool.

Behavior

This unit is part of the Object Pool system. When an object is requested from the specified pool, this event fires and outputs the retrieved object. Useful for managing pooled objects and responding immediately when they become available.

Clone this wiki locally