-
Notifications
You must be signed in to change notification settings - Fork 37
Unit Reference OnRetrieved
S2NX7 edited this page Sep 30, 2025
·
2 revisions
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.